396,692 questions

Sort by: Updated
1 answer

Retrieve an access token for Graph using a B2C tenant and delegated privileges

Hi, I'm trying to retrieve a valid access token to get to the user's audit log. As of right now, I've tried to retrieve that information both from the Azure Active Directory Graph and Microsoft Graph. Certainly, using an application scope and a…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,971 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,717 questions
asked 2020-03-10T10:55:09.993+00:00
Alex Mang 6 Reputation points Microsoft Regional Director
answered 2020-03-12T06:32:02.87+00:00
AmanpreetSingh-MSFT 56,701 Reputation points
1 answer One of the answers was accepted by the question author.

How function app triggered by Azure Queue decides the method succeeded or not? How to verify the same?

How function app triggered by Azure Queue decides the method succeeded or not? How to verify the same?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,123 questions
asked 2020-03-05T11:11:28.307+00:00
kunal 21 Reputation points
accepted 2020-03-12T03:32:02.897+00:00
kunal 21 Reputation points
1 answer

SSIS server/pkg upgrade from 2008 to 2017

As we are upgrading from 2008 to 2017, We need to upgrade existing packages to 2017. (we use file store deployment method.) We have 2017 SSDT installed as test environment setup. While directly opening existing package in 2017 ssdt as a part of…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
40,788 questions
asked 2020-03-11T18:37:07.843+00:00
Nody88 1 Reputation point
answered 2020-03-12T02:55:09.677+00:00
Anonymous
2 answers

some fonts doesn't work in program Word.

In program word, I tried to change the font to "Times New Roman" font, but it doesn't work and even changed to Korean styled font. And all the things that I write all have the red underline. Even it does not have any spelling mistakes. I…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
40,788 questions
asked 2020-03-11T20:16:05.803+00:00
Ahn, Mingyeong 1 Reputation point
answered 2020-03-12T02:52:20.347+00:00
Anonymous
2 answers

Block blob files do not get displayed on web site

Hi, I just spent the whole night and day connecting the blob storage (block blob premium and standard) using blobfuse to my virtual machine (webserver) running on CentOS (Azure). I am using Centos/Plesk (BYOL) image. I am pretty sure I did…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,199 questions
asked 2019-12-02T16:38:46.867+00:00
Reserved virtual machine 46 Reputation points
answered 2020-03-12T00:09:23.763+00:00
blaize stewart 1 Reputation point MVP
1 answer One of the answers was accepted by the question author.

(Azure VM) How to get the time duration of a deployment in a resource group

Hello, I am currently using Azure to create virtual machines, and I tried to find a way to get the time duration of creating a VM. As you can see in the picture below, I found that as I go to the deployments section of a resource group where I…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,199 questions
asked 2020-03-11T04:50:09.457+00:00
Sang Hoon Kim 21 Reputation points
accepted 2020-03-11T23:08:11.357+00:00
Sang Hoon Kim 21 Reputation points
1 answer

How to log in to Windows using Azure Active Directory with Remote Desktop from MacOS?

I tried to log in to the PC using Azure Active Directory using the Remote Desktop app of MacOS, but the message "Smart card inserted" is displayed even though there is no smart card. Is there any solution?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,717 questions
asked 2020-03-05T01:46:00.023+00:00
Keisuke.Saito 1 Reputation point
answered 2020-03-11T20:07:36.527+00:00
Marilee Turscak-MSFT 37,051 Reputation points Microsoft Employee
2 answers

Virtual Machine Details

How can I list the VM's details like OS version (2008 2016 etc) SKU (A1 B2 ) processor type and number of cores (VCPU) for all the VM's in my subscription.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,199 questions
asked 2020-03-06T12:07:56.293+00:00
Anonymous
answered 2020-03-11T16:20:18.313+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

Authentication Loop use ADFS with CRM

I posted this in CRM Dynamics to no avail so I'm trying here. I have two users (one being me) who get an authentication loop when attempting to access our CRM system via our intranet. I used a SAML inspection program and I get ws-fed error …

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,282 questions
asked 2020-02-27T19:48:52.477+00:00
David Kafrissen 96 Reputation points
accepted 2020-03-11T15:14:42.667+00:00
David Kafrissen 96 Reputation points
3 answers

Removing From ListView ItemTemplate

Hello, I have a ListView defined as: Now I want to Remove from ItemTemplate Button. I want to do this code behind. Tried to do this with code: ElementFactoryGetArgs efga = new ElementFactoryGetArgs(); Grid g =…

Universal Windows Platform (UWP)
asked 2020-01-12T22:26:12.877+00:00
BitSmithy 2,141 Reputation points
commented 2020-03-11T13:58:28.707+00:00
BitSmithy 2,141 Reputation points
1 answer One of the answers was accepted by the question author.

[UWP] SQLite.UWP.Native

Hello, I install from Nuget packages SQLite.UWP.Native, next i try to write declaration" using SQLite.UWP.Native; VS highlights this declaration as error. What am I doing wrong? How to use this package in UWP

Universal Windows Platform (UWP)
asked 2020-03-06T12:40:08.687+00:00
BitSmithy 2,141 Reputation points
accepted 2020-03-11T13:51:18.287+00:00
BitSmithy 2,141 Reputation points
1 answer One of the answers was accepted by the question author.

[UWP] [EF] How to deal with database in specified folder

Hello, In my UWP app I create a folder: StorageFolder appFolder = ApplicationData.Current.LocalFolder; databaseFolder = await appFolder.CreateFolderAsync(databaseFolderName, CreationCollisionOption.OpenIfExists); now I use EF to deal…

Universal Windows Platform (UWP)
asked 2020-03-10T13:45:04.28+00:00
BitSmithy 2,141 Reputation points
accepted 2020-03-11T13:49:47.463+00:00
BitSmithy 2,141 Reputation points
0 answers

403 - Forbidden: Access is denied.

unable to access my web application after addition of custom domain. both the entries(A,TXT) have added in our dns portal but still the issue is same.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,123 questions
asked 2020-03-10T09:24:13.633+00:00
Khurshid Alam 1 Reputation point
commented 2020-03-11T13:13:22.257+00:00
Ryan Hill 29,391 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Error: Failed to upload file 'site/wwwroot/app_offline.htm from Kudu. Error: Conflict (CODE: 409)

The error comes up suddenly from DevOps while deploying a web app hosted on App Service. Detailed Error Description: 2020-03-09T13:02:00.7972664Z ##[error]Failed to deploy web package to App Service. 2020-03-09T13:02:00.7981811Z…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,123 questions
asked 2020-03-09T21:09:59.087+00:00
Kabilan VK 101 Reputation points
answered 2020-03-11T11:24:04.147+00:00
ajkuma 27,856 Reputation points Microsoft Employee
0 answers

PHP Minor Version Update for February 2020

Latest version updates to PHP In February 2020, Azure App Service will update the PHP stacks to the latest available versions. For information on the changes in the new versions, please see the change logs on the PHP website. PHP VersionChange…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,123 questions
asked 2020-01-26T05:11:49.727+00:00
Eric Stenson MSFT 6 Reputation points
commented 2020-03-11T10:26:41.263+00:00
Nathan Kitchen 1 Reputation point
1 answer

scale vm based logged in users

I want to scale out when too many users on vmss/vm Linux system, what is the best way to do that? Is there any metrics available for that? if anyone do please share what you did!! thanks.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,199 questions
asked 2020-03-10T22:17:58.24+00:00
raindrop 1 Reputation point
commented 2020-03-11T03:28:48.413+00:00
raindrop 1 Reputation point
1 answer

Cannot create Teams and can't login to the admin console of teams

When i start the teams app is get only the help page. I do not have the Create teams option in the app. When i go to Manage option i get a login request. I login with my admin account and i keep redirecting to the login page. I need to create…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,599 questions
asked 2020-03-10T15:01:21.47+00:00
Jurgen De Bondt 1 Reputation point
answered 2020-03-11T02:31:57.117+00:00
Sharon Zhao-MSFT 25,106 Reputation points Microsoft Vendor
0 answers

Windows Server 2016 issues with potential half-install updates

There are issues on the Server, we aren't able (for example) to open up the MMC Console and open the Windows Firewall console. I noticed that the BITS service was also stopped. When the issues happened, New database connection to the SQL Server 2016…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
40,788 questions
asked 2020-03-11T00:19:28.847+00:00
wuyang xu 1 Reputation point
commented 2020-03-11T02:19:12.047+00:00
wuyang xu 1 Reputation point
0 answers

Windows Failover cluster Witness disk failover

Suppose I am having 2 node cluster with a witness disk . When the node need to reboot / shutdown for maintence . if the current owner of the witness disk is the node that need to reboot, is it recommended to move the witness disk owner to…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
40,788 questions
asked 2020-03-10T10:40:35.82+00:00
sakuraime 2,331 Reputation points
commented 2020-03-11T01:52:43.42+00:00
Jenny Hu 1 Reputation point
1 answer One of the answers was accepted by the question author.

Why does the Azure DevOps build take so long?

I'm working on a very simple UWP app. I getting back to work on it, after a long delay, so I'd forgotten that I'd set up continuous integration in Azure DevOps build pipeline, until I got an email from Azure DevOps informing me of the success of the…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
40,788 questions
asked 2020-03-07T14:50:20.72+00:00
Rod Falanga 566 Reputation points
accepted 2020-03-11T00:51:35.567+00:00
Rod Falanga 566 Reputation points