405,001 questions

Sort by: Updated
0 answers

Scrolling Programmatically and Manually

I have a UWP app which contains a ScrollViewer. The ScrollViewer will be scrolled both programmatically and by the user. When the ScrollViewer is resized (whether by modifying the layout of other components or the user resizing the window), I want to…

Universal Windows Platform (UWP)
asked 2020-02-20T06:42:10.543+00:00
Nathan Sokalski 4,111 Reputation points
commented 2020-03-02T06:05:50.117+00:00
Fay Wang - MSFT 5,221 Reputation points
1 answer One of the answers was accepted by the question author.

Unexpected system shutdown

Hi, i have a PC of my LAN that sometimes shutdown without any advice. if i go to explore the events i notice ID6008 = "The previous system shutdown at 4:23:44 PM on ‎2/‎12/‎2020 was unexpected." Under "Application" i have…

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,964 questions
asked 2020-03-02T05:02:08.473+00:00
Joy qiao 881 Reputation points
accepted 2020-03-02T05:57:21.077+00:00
Joy qiao 881 Reputation points
3 answers

Azure VM suddenly went down occasionally

Hi everybody, I've just registered for the Azure 12-month trial and is very excited to try it out! The only thing that bothered me right now is that Ubuntu VM for wordpress sometime have a hiccup such as: The wordpress blog suddenly went down…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,340 questions
asked 2020-02-28T11:37:18.8+00:00
Khanh Tung 1 Reputation point
answered 2020-03-02T04:29:53.323+00:00
Khanh Tung 1 Reputation point
2 answers One of the answers was accepted by the question author.

What is the meaning of the percentiles in this chart?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,273 questions
asked 2020-02-27T04:42:28.347+00:00
juan maximiliano aguilar abanto 541 Reputation points
accepted 2020-03-02T00:21:47.043+00:00
juan maximiliano aguilar abanto 541 Reputation points
1 answer

Trying to block SQL access with an NSG.

Hi there, I am trying to block my WebServer from accessing a SQL instance hosted on my DBServer. I have included a topology of my network to possibly make troubleshooting easier. I have added an incoming rule to my NSG that is associated…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,340 questions
asked 2020-02-25T20:02:29.697+00:00
Byron Viljoen 1 Reputation point
answered 2020-03-02T00:16:14.257+00:00
Jonel M Rienton 1 Reputation point
1 answer

Azure SQL Server Connection Error Despite Correct Credentials - Error Number:18456,State:1,Class:14

I have created a new SQL Database on Azure, and have copied the connection string directly from the Azure Portal. On my .NET application, when I am trying to run 'Update-Database' command in Package Manager Console to commit the migration, I receive…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,340 questions
asked 2020-02-27T20:17:26.997+00:00
Ben Hayward 6 Reputation points
answered 2020-03-02T00:11:03.547+00:00
Jonel M Rienton 1 Reputation point
1 answer

Custom Attributes do not sync from Office 365 to Azure AD

Office 365 has 15 attributes, called "Custom Attribute 1", "Custom Attribute 2" ... "Custom Attribute 15". Those attributes for some reason are not visible from Azure AD. I tried…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,208 questions
asked 2020-03-01T00:19:20.997+00:00
ia 1 Reputation point
answered 2020-03-01T17:55:48.257+00:00
Vasil Michev 113.5K Reputation points MVP
1 answer

ADAL broker MS Authenticator can no longer select account

Hi, I developed an app that uses the ADAL library with broker support to authenticate. Since two weeks now I seem to be unable to select my account in MS Authenticator when it opens through the Adal library. Looks as if updates of MS…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,208 questions
asked 2020-02-26T12:49:28.613+00:00
Roelof Koelewijn | REDORA 6 Reputation points
commented 2020-03-01T14:28:25.55+00:00
soumi-MSFT 11,816 Reputation points Microsoft Employee
1 answer

Difference between Disk Read operations / OS Disk Read operations / Data Disk Read operations

Need help in understanding the difference between (1)DataDisk Read operations/sec (2)OS Disk Read operations/sec (3)Disk Read operation/sec -> under Azure Monitoring Metrics > METRIC

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,340 questions
asked 2020-02-29T14:48:40.14+00:00
Gollu Venkata Shyam Swaroop 11 Reputation points
answered 2020-02-29T22:23:26.457+00:00
Ronen Ariely 15,201 Reputation points
1 answer

Dishonored game is not opening

It is opening last year but now it is not opening when I click on it it is only loading but not opening my laptop is window 10 4gb ram HD5540 please support me

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,970 questions
asked 2020-02-27T10:01:40.987+00:00
ayush dange 1 Reputation point
answered 2020-02-29T19:53:55.833+00:00
Richard Mueller 366 Reputation points
1 answer One of the answers was accepted by the question author.

When ValidationStep set to UpdatedValue, the invalid red border won't go off

Hi guys. I'm using ValidationRules to do the data check on UI. When I set the ValidationStep to UpdatedValue, it works weird. When the input is incorrect, the control shows a red border as normally. However, after I changed the value correctly, the…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,824 questions
asked 2020-02-28T11:54:04.897+00:00
Fanhua Kong 241 Reputation points
accepted 2020-02-29T09:02:11.687+00:00
Fanhua Kong 241 Reputation points
1 answer One of the answers was accepted by the question author.

How do I assign a variable to a Textblock within a DataTemplate in a ListViewHeader?

I have a DataTemplate inside a ListViewHeader with a Textblock inside it. I want this Textblock to have a string variable that I give it in code in the cs file. However, because it's in a DataTemplate, the Textblock is not recognized in the cs file. …

Universal Windows Platform (UWP)
asked 2020-02-16T20:55:22.473+00:00
Logan Stach 41 Reputation points
accepted 2020-02-29T01:42:43.797+00:00
Logan Stach 41 Reputation points
1 answer

Bot not sending the welcome message

I have created a QnA maker kb and created a bot using Azure web app bot. It is working completely fine when I test it in "Test in Web Chat". But when I add that code in the web page, the welcome message does not appear first. It comes when the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,273 questions
asked 2020-02-28T10:42:48.507+00:00
Rushikesh Sadekar 6 Reputation points
answered 2020-02-28T19:10:57.877+00:00
brtrach-MSFT 17,391 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Azure Lab Services REST API Schedule Lab

I'm trying to automate creating a lab schedule but I cannot see an API listed in the documentation. Is this possible? Thank you, David

Azure Lab Services
Azure Lab Services
An Azure service that is used to set up labs for classrooms, trials, development and testing, and other scenarios.
302 questions
asked 2020-02-13T18:38:43.473+00:00
David Downing 706 Reputation points
accepted 2020-02-28T18:46:49.33+00:00
David Downing 706 Reputation points
1 answer

Periodic Remote Session issue with Azure VMs

Hello all, I'm running a PowerShell script with the Az Module locally that creates a Resource Group (with all the bells & whistles), deploys a Windows Server 2016 image, and runs a remote session to start prepping the machine after spinning it…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,340 questions
asked 2020-02-25T21:32:06.083+00:00
Gauf 1 Reputation point
answered 2020-02-28T18:43:47.34+00:00
Gauf 1 Reputation point
0 answers

Does Azure WebApp support forms authentication with nested applications?

I'm testing migration of a system to Azure Web Apps from on-premise IIS. The system comprises two .Net Web Forms applications with one of them nested under the other and accessible via [baseurl]/admin. The nested application uses Forms authentication.…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,273 questions
asked 2020-02-25T16:21:45.593+00:00
Gareth Barnes 1 Reputation point
commented 2020-02-28T18:28:43.423+00:00
Ryan Hill 29,656 Reputation points Microsoft Employee
1 answer

facing error - ruby application deployment on azure

1 . git push azure master error: src refspec master does not match any. error: failed to push some refs to 'https://******@MyAppName.scm.azurewebsites.net/MyAppName.git' :~/rubyrails-tasks$ bundle install --path vendor/bundle Fetching…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,273 questions
asked 2020-02-23T09:50:35.113+00:00
mani 1 Reputation point
answered 2020-02-28T17:03:46.527+00:00
BTardif-[MSFT] 356 Reputation points Microsoft Employee
2 answers

Using Google Maps vector tiles in UWP MapControl

Hi there everyone. I'm trying to create a Google Maps client for Windows 10. I know that I can use Google Maps tiles using like this http://mt1.google.com/vt/lyrs=r&hl=x-local&z={zoomlevel}&x={x}&y={y} but using this way tiles…

Universal Windows Platform (UWP)
asked 2020-01-04T13:34:38.23+00:00
Ali Noshahi 26 Reputation points
answered 2020-02-28T17:01:35.397+00:00
rbrundritt 19,041 Reputation points Microsoft Employee
1 answer

Touchpad Interactions in uwp

Hi there, I'm currently working on an Unofficial Instagram client "Winsta" and I recently added a pinch to zoom feature to it but it doesn't work with the touchpad. Touchpad gestures don't invoke the Manipulation events. I know I can use…

Universal Windows Platform (UWP)
asked 2020-01-13T08:15:50.567+00:00
Ali Noshahi 26 Reputation points
commented 2020-02-28T14:10:14.477+00:00
Ali Noshahi 26 Reputation points
2 answers One of the answers was accepted by the question author.

Connect Azure Devops to Azure Actice Directory

We are stuck connecting our Azure Devops to our Azure Active Directory. In Azure Devops, it says 'You are not a member of any Azure Active Directories. Please request the Active Directory admin to add you as a member before proceeding to connect your…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,208 questions
asked 2020-02-28T06:21:52.34+00:00
Oskar 101 Reputation points
accepted 2020-02-28T14:08:05.757+00:00
Oskar 101 Reputation points