421,183 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Issue with a static page using a root domain in Azure CDN and DNS zone

Hello, I have an issue with a static page trying to use the root domain in Azure CDN. • This URL works: https://markcortada.azureedge.net/ • This URL also works: https://www.markcortada.com • But this does not: https://markcortada.com The response…

Azure Content Delivery Network
asked 2020-11-21T21:21:08.353+00:00
Marc Cortada 21 Reputation points
commented 2020-12-01T05:29:04.19+00:00
GitaraniSharma-MSFT 49,856 Reputation points Microsoft Employee
1 answer

Register Azure ML Model from DatabricksStep

Hi, I'm calculating a model while executing a DatabricksStep in an Azure ML Pipeline, save it on my Blob Storage as .pkl file and upload it to the current Azure ML Run using Run.upload_file (). All this works without any problems. But as soon as I try to…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,182 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,369 questions
asked 2020-11-13T10:54:09.177+00:00
Jonas 26 Reputation points
answered 2020-12-01T05:26:07.107+00:00
Ramr-msft 17,821 Reputation points
3 answers One of the answers was accepted by the question author.

Equivalent to Informix genxml() function

I need to convert a number of Informix views to run on SQL Server. These views use Informix function genxml() which retrieves and concatenates data from two tables where the second table parses XML output using REPLACE to strip XML tags and keep…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,491 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,692 questions
asked 2020-11-30T03:31:29.987+00:00
Santos, Luis 21 Reputation points
answered 2020-12-01T05:16:55.697+00:00
Santos, Luis 21 Reputation points
1 answer

About continuous shooting method of camera application

With the code below, I started the camera app and took a picture, but once I took a picture, the app closed. What should I do when taking multiple shots? private async void OnImageClicked() { try { await…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,377 questions
asked 2020-11-30T23:03:09.217+00:00
TS44 81 Reputation points
answered 2020-12-01T05:15:27.637+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 80,771 Reputation points Microsoft External Staff
9 answers One of the answers was accepted by the question author.

hi i wont to konw how to disable virtualization for bluestacks 4 please

hi i wont to konw how to disable virtualization for bluestacks 4 please

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
asked 2020-11-26T22:53:51.49+00:00
יעקב איצ'או 21 Reputation points
accepted 2020-12-01T05:12:26.507+00:00
יעקב איצ'או 21 Reputation points
2 answers

Deploy OS X Images to Macs via SCCM Infrastructure

Hi, I would like to enquires on Mac OS deployment and other features that Current Branch SCCM can support. Below are my queries : 1) So far, how is Mac is being deployed in SCCM ? 2) Can the latest current branch provide full…

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
1,051 questions
Microsoft Configuration Manager
asked 2020-11-30T08:47:17.477+00:00
Jane 1 Reputation point
commented 2020-12-01T04:28:39.853+00:00
Jane 1 Reputation point
2 answers

Memory leak in windows 2016 file server (NTFS.sys consuming huge memory)

In our windows 2016 file server recently ntfs.sys is consuming huge non paged pool memory specially when users login ( docjmnets folder redirected to shared folder and common and individaul home fders mapped)

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,599 questions
asked 2020-11-13T10:07:13.203+00:00
Dil K Shrestha 1 Reputation point
commented 2020-12-01T04:10:15.38+00:00
Dil K Shrestha 1 Reputation point
1 answer One of the answers was accepted by the question author.

How to get info from xaml file in C#

Hello. In my C# program I want to know how to read this file: <!-- Info.xaml --> <Credentials Username="UsernameHere" Password="PasswordHere"/> and get the Username's value and put it in a string, how can I do this?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,339 questions
asked 2020-12-01T01:25:52.857+00:00
A N 81 Reputation points
commented 2020-12-01T04:02:04.15+00:00
A N 81 Reputation points
1 answer

cancel bookings appointment

How do staff cancel Bookings appointments? It seems that only clients are able to cancel appointments once they've been made through Bookings.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,657 questions
asked 2020-11-30T21:46:49.533+00:00
Renee Timberlake 1 Reputation point
answered 2020-12-01T03:46:52.223+00:00
Deva-MSFT 2,266 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

[resolved] Unable to compile any DSC Configurations in Azure Automation which use PSDscResrouce

Any DSC configurations which I try to run which rely on the PSDscResources module fail with the following error. This happens if I use the default Azure 2.9.0 version, or the updated 2.12.0 version. This happens with code that compiled properly on…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,329 questions
Windows Server Management
Windows Server Management
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Management: The act or process of organizing, handling, directing or controlling something.
449 questions
asked 2020-11-28T08:41:23.01+00:00
Robbie Crash 101 Reputation points
accepted 2020-12-01T03:24:21.157+00:00
Robbie Crash 101 Reputation points
1 answer

Use Microsoft CNG library to load key from KSP and use it to initiate two-way-ssl mutual authentication

I have to connect to a backend service that is secured using two way ssl. The certificate I use for this handshake resides in an HSM. I've installed the HSM providers KSP software. I'm using Microsoft's CNG library to lookup certificate generated in…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,339 questions
asked 2020-11-17T16:57:49.983+00:00
DV 6 Reputation points
commented 2020-12-01T03:24:15.54+00:00
Jambor Yao 6 Reputation points
1 answer One of the answers was accepted by the question author.

Software closed automatically in new PC with Win10 64bits 1803/1809/1903

Hi, ]1 One software closed automatically after opened several seconds in new bought computers with Win10 64bits 1803/1809/1903. The new computers model is Lenovo ThinkBook 15-IIL, as picture shows. However, this software is working normally in old…

Windows 10 Compatibility
Windows 10 Compatibility
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Compatibility: The extent to which hardware or software adheres to an accepted standard.
496 questions
asked 2020-11-26T09:12:12.703+00:00
LI Wenjun 21 Reputation points
accepted 2020-12-01T03:21:52.523+00:00
LI Wenjun 21 Reputation points
1 answer

How can we help keep Azure Functions tools up to date with framework releases?

Microsoft has come a long way to keeping their entire ecosystem up to date with new framework releases, and .NET 5.0 was the best yet, having it ready on app services, for example, on day one. A lot of the peripheral stuff that is still essential,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,539 questions
asked 2020-11-30T16:30:49.967+00:00
Jeff Putz 1 Reputation point
answered 2020-12-01T02:59:19.177+00:00
ChaitanyaNaykodi-MSFT 27,181 Reputation points Microsoft Employee
1 answer

SSRS 2014 Reports stuck on Loading when uploaded into a sub folder

Hello everyone, I have a SQL Server 2014 Reporting Services running on top of Windows Server 2012. I have around 50 reports in the SSRS. A long story short: I have requirement to bring two sets of these reports available, both sets with different…

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,630 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,010 questions
asked 2020-11-30T21:03:22.14+00:00
Tunkkari 21 Reputation points
answered 2020-12-01T02:54:43.323+00:00
Joyzhao-MSFT 15,606 Reputation points
1 answer One of the answers was accepted by the question author.

The BITS service failing to start, Server 2016 Standard

Getting the following error when attempting to start the BITS service: Event 16392, Bits-Client The BITS service failed to start. Error 0x80070002. and Event 7024, Service Control Manager The Background Intelligent Transfer Service service…

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,599 questions
asked 2020-11-30T05:29:23.567+00:00
cdmoore1972 21 Reputation points
commented 2020-12-01T02:44:52.413+00:00
cdmoore1972 21 Reputation points
1 answer

When exchange is offline some users are switched to outlook.com

We have an on premise exchange 2019 server, if it goes offline, even for windows updates some of our users' outlook profiles switch to outlook.com addresses that don't exist. How to we prevent that? And why on earth is it doing it? Only some users…

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,823 questions
asked 2020-11-19T15:54:30.46+00:00
Tim Walker 1 Reputation point
commented 2020-12-01T02:42:37.39+00:00
Yuki Sun-MSFT 41,306 Reputation points Microsoft External Staff
3 answers One of the answers was accepted by the question author.

Intune Endpoint Security configuration - NotSecure

Hi All, when looking at Intune > Devices > device > Endpoint security configuration the deployment status for nearly all of my policies have changed to "notSecure" When drilling down into the policy all the items in it show…

Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
987 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,570 questions
asked 2020-11-23T17:19:05.94+00:00
Ed Newman 191 Reputation points
commented 2020-12-01T02:36:11.707+00:00
Crystal-MSFT 52,816 Reputation points Microsoft External Staff
1 answer

Multiple WDS Server Architecture: Single domain, multiple domains or across forests

Hi, What if a company decides to go from 1 WDS server to 3? What would be the differences if you place all WDS servers in 1 domain, multiple domains and in many forests (resource records, permissions, architecture, scope changes etc)? What are the…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,820 questions
Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,630 questions
asked 2020-11-13T15:52:45.057+00:00
InfoTechdude 161 Reputation points
commented 2020-12-01T02:28:28.647+00:00
Joy Qiao 4,906 Reputation points Microsoft Employee
2 answers

Update Windows 10 Pro

Здравствуйте, не могу обновить Windows 10 Pro до версии 2004 или 2009, сейчас это версия 1703. Все перепробовал безрезультатно, утилиты с сайта Microsoft не помогают, после многих попыток выскочила ошибка 0xc1900209, есть много приложений в компе, в…

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,982 questions
asked 2020-11-14T09:35:59.07+00:00
commented 2020-12-01T02:28:08.697+00:00
Joy Qiao 4,906 Reputation points Microsoft Employee
1 answer

Windows 10 Problem

Hi guys i am having some problems with my windows 10 x64 version 1909 (build 18363.1198) I am trying to delete a crashed installation of a program ( Discord ) folder on user\Appdata\local but it created again after deleting it and restart my PC and i…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,820 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
3,017 questions
asked 2020-11-14T20:09:10.03+00:00
Fouad Rahimi 1 Reputation point
commented 2020-12-01T02:27:51.99+00:00
Joy Qiao 4,906 Reputation points Microsoft Employee