406,752 questions

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

Send notifications to Universal Windows Platform apps by using Azure Notification Hubs

I follow this Tutorial: Send notifications to Universal Windows Platform apps by using Azure Notification Hubs, but in the last step: Send test notification. My desktop does not receive any notification. I am sure I followed the doc, any reason for this?…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
348 questions
Universal Windows Platform (UWP)
asked 2020-02-28T04:22:06.577+00:00
Devid 61 Reputation points
commented 2020-03-02T19:26:20.813+00:00
AjayKumar-MSFT 1 Reputation point
1 answer

Azure Bot Service OAuth Connection String Not Maintaining Token

I have recently set up the Oauth Connection String (in settings in my Bot Service in Azure) with the Instagram Basic Display API - however, it seems the Bot Service is not maintaining the token. It works at first but over time (maybe an hour) I get: …

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,121 questions
asked 2020-03-02T13:09:08.837+00:00
TheJasonDT 6 Reputation points
answered 2020-03-02T18:55:57.343+00:00
brtrach-MSFT 17,396 Reputation points Microsoft Employee
1 answer

Number of ADs (Forests) supported by one Azure ADConnect Server

Hi, We currently have one active directory that is syncing with Azure ADConnect. We have multiple OUs assigned to each customer and each customer has its own UPN. Due to this design, we have to do the user management of customers. And also customers…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,296 questions
asked 2020-03-02T10:17:16.383+00:00
Waqas Ahmed Khan 21 Reputation points
commented 2020-03-02T15:10:11.077+00:00
Waqas Ahmed Khan 21 Reputation points
1 answer

Microsoft Graph NoPermissionsInAccessToken when trying to fetch contacts

So I'm trying to make this as simple as possible for myself, but for whatever reason I can't fetch contacts. On the documentation page it is documented how to generally create the app and run it to get user data, which is great and I got that to work,…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,296 questions
asked 2020-02-17T11:51:02.867+00:00
Matej Martincevic 1 Reputation point
commented 2020-03-02T10:46:50.913+00:00
Matej Martincevic 1 Reputation point
1 answer

Service remoting in Java with Reliable Services Fails

I have created a simple Stateless Reliable Service on a Service Fabric cluster set up on Azure. I have tried to access the service using Service Remoting as guided [here]…

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
275 questions
asked 2020-02-10T22:35:40.39+00:00
Sakil Barbhuiya 1 Reputation point
answered 2020-03-02T08:55:37.863+00:00
jakaruna-MSFT 601 Reputation points Microsoft Employee
1 answer

App startup fails on F1 and D1 instances, but works on B1, S1 and above?

Code runs fine locally in debug and release mode. Deployed to an S1 or B1 App Service it also runs fine. Recently, without any code changes, my D1 App Service stopped working out of the blue. When I try to access the site, I get a 502.5 ANCM…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,328 questions
asked 2020-02-27T14:12:17.217+00:00
Brandon McAlees 1 Reputation point
commented 2020-03-02T08:54:14.383+00:00
SnehaAgrawal-MSFT 22,261 Reputation points
1 answer

Limits on VM NICs? and or FW help

I am asking this question because I have searched through many pages/blogs/MS documentation and cannot find what the limit of network cards you can add to a VM. Reason for this is, I am using a firewall virtual appliance and the only way I can see…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,377 questions
asked 2020-02-28T19:25:13.883+00:00
Goofoff 91 Reputation points
answered 2020-03-02T08:45:54.497+00:00
jakaruna-MSFT 601 Reputation points Microsoft Employee
0 answers

How to speed up UWP run time

When I run my UWP from visual studio, it takes very long, how to speed up such time? If I creat a blank app, it runs very fast. So it only happen in this app.

Universal Windows Platform (UWP)
asked 2020-02-27T04:06:45.62+00:00
Lindane 81 Reputation points
commented 2020-03-02T08:26:59.14+00:00
Fay Wang - MSFT 5,221 Reputation points
1 answer

Creata a table in XAML

How to create a table with row and column in UWP like the HTML tag? If we use the ListView or GridView, it can not have the column title for each column and column line to make it look like a table. Thanks.

Universal Windows Platform (UWP)
asked 2020-02-28T01:30:22.627+00:00
card 1 Reputation point
commented 2020-03-02T08:15:38.747+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

MSIX runFullTrust doesn't allow access to user account info

Hello, I created a Windows Forms Application (.NET Framework) with a TextBox and a Button I added a NuGet Package : Microsoft.Windows.SDK.Contracts to use UWP I use this code inspired by this example using System; using…

Universal Windows Platform (UWP)
asked 2020-02-26T06:39:56.187+00:00
pol2095 1 Reputation point
commented 2020-03-02T07:52:39.52+00:00
Roy Li - MSFT 34,006 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Error 0xc004F074 when Active Windows 10 from KMS Server

Hi everyone, I tried to use Command Prompt vbs /ipk to install the Key for Windows 10 PC. However, my scripts are not running, I can't active this PC and I receive this error when run a command slmgr /ato Who has any ideas for this issue? …

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,965 questions
asked 2020-03-02T03:15:45.763+00:00
Kiki Shi 531 Reputation points
accepted 2020-03-02T06:57:46.347+00:00
Kiki Shi 531 Reputation points
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,965 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,377 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,328 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,377 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,377 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,296 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 114K 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,296 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,377 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