Setting custom script extension in virtual machine scale set is changing the status of instances to NotReady.
I have set custom script extension using az command az vmss extension set --publisher Microsoft.Azure.Extensions --version 2.0 --name CustomScript --resource-group resource_group_name --vmss-name vmss_name --settings…
How to get id token in ADB2C custom policy
Hi All, We are trying to capture the id token that gets generated while a custom policy is executed. Is there any way we can assign it to a claim and use it in the custom policy. we could infer from the application insights that id token is present in…
B2C with G Suite
I am attempting to link GSuite to Azure for Federated logins from Google to sign into microsoft products. I was told B2C was the way to go but the documentation isn't doing what I wanted.
The problem Recognition shape with ToggleSwitch
Hi: the problem with ToggleSwitch, when I activate the ToggleSwitch does not do shape recognition but when I put it off it does shape recognitionlink text private async void RecoShape_Toggled(object sender, RoutedEventArgs e) { var…
VM licensing query
We provisioned a SQL Server VM in Azure with a SQL Standard Edition license, and have been getting billed for the SQL license. It turns out we don’t need SQL on this VM, but we do not want to rebuild the VM, so we can’t exactly delete and re-deploy…
Connection reset by peer on Azure - App Service (Web Application)
I have a web application running on an App Service on Azure cloud. On the back-end I'm using a tcp connection to our database (Neo4j graph db), the best practice is to open the tcp connection and keep it alive in order to be more reactive when we perform…
await codecQuery.FindAllAsync(CodecKind.Audio, CodecCategory.Decoder, ""); causes Win32 Exception
await codecQuery.FindAllAsync(CodecKind.Audio, CodecCategory.Decoder, ""); Causes a Win32 Exception every time for me. All other CodecKind and CodecCategory combinations work fine. repo: …
Azure Repo PR Approval and Rejection
In Azure repo when PR is raised with the following scenarios. if there are 3 reviewers, 1 approval + 2 empty also should allow the PR to merge. if there are 3 reviewers, 1 approval + 1 empty + 1 rejection should not allow to merge the PR with…
Azure AD SSO Query
Hi all, We have on prem AD which we sync to Azure AD using AD connect and this seems to be working OK. We have created an Enterprise App in Azure for an externally hosted app and configured SSO. This works fine for users on a domain joined device. …
Problems receiving webhooks
Hi, since this morning we have issues receiving subscriptions updates on 60 of our client's mailboxes. Some mailboxes aren't sending any updates at all. Some only partial updates or delayed. Subscriptions are made on a daily basis or if it's mailbox'…
Reputation Points
Hi all, This is more a review for recommendation change or update that can be made It would be great for the new people , to have an easyer help page or a dedicated page when they start. We see a lot of question on how the points works, or what…
Azure AD B2C SQL Token Cache
I have set up a .Net core web application and web API and secured them using Azure AD B2C based on the following sample -…
error to finish install AD CONNECT
anyone can help me pls? this error is making me lose sleep
Azure Storage Explorer - "Cannot read property 'uids' of undefined" using connection string
As part of an open case needed to use Azure Storage Explorer while using a connection string account. After pasting in both primary or secondary connection strings both are getting the same error "Cannot read property 'uids' of undefined". …
Azure policy to audit VM image on management group level
The problem is image id is defined with subiscription id so I need to re write all image IDs with different subscription IDs, when ever a new subscription is added we need to edit the policy to include that as well. Below is the example, { …
To create a VM host multi VMs
Hello - I'm a newbie to Azure, I'm researching on the web whether allow to create a VM that hosts multi VM in it, but I couldn't find any discussions about it. Does Azure allow to have multi VMs run in one VM? Thank you in advance, Nick
Import SSL into ADFS for linking Azure AD to Local AD.
So I am attempting to test a huge connection of my azure AD to my Local AD but I need an ADFS in my environment for Federated logins from AzureI am attempting to deploy one but it's asking for an SSL cert I need support importing an SSL cert into my…
Decrypt SAML response
If token encryption is activate in azure active directory then how we can decrypt SAML response at client side ? We are able to decrypt SAML response if token encryption is deactivate but not able to decrypt while it activate.
Create And Remove Tenant in Azure Automatically
Hi, I would like to create hybrid environment for developing and application testing. I have an automatically created Active Directory with accounts, computers, etc. And I will need to sync the on-prem AD with Azure AD. Is there any option how to…