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…
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?
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…
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…
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 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…
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?
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.
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 …
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 =…
[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
[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…
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.
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…
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…
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.
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…
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…
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…
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…