Azure Pipeline YAML dependsOn already defined
I have a pipeline that will clean, convert a VM to an image, and delete all of the resources. I would like to use that same pipeline to delete VMs without capturing an image. I can make all of the…
I have a pipeline that will clean, convert a VM to an image, and delete all of the resources. I would like to use that same pipeline to delete VMs without capturing an image. I can make all of the…
I am pretty new to powershell and please bear with me. I am building a script wherein I need to replace one of the key value pairs of a Tag of any resources in a certain subscription. It can be…
I have an Azure based application that requires a bunch of Azure resources (app services + plans, SQL servers, storage accounts, and an Azure AD B2C instance) per instance of the application. So I am making a tool that automatically…
In the Azure App Service deploy task I specify the JSON variable substitution as **/appsettings.json and I can see in the log that the substitutions were made. However, every-so-often the appsettings.json containing the substituted variable values is not copied as…
I have carefully followed the documentation outlined here by Microsoft to create a Bug in Dev Ops via the API. The documentation is well written. Steps followed: In Dev Ops I created a Personal Access Token, the string value of…
I made keyvault private Networking Blade in Keyvault So when i tried to execute release pipeline it saying error like Error Mail what will be the solution for this problem. How can we access the keyvault secrets if we made…
With AzureDevOps I get the following error since yesterday, before that everything worked fine for months: The current Compose file version is not compatible with your engine version. Please upgrade your Compose file to a more recent version, or set…
I have something similar to the following json structure and I need to search for an specific filename in the Azure CosmosDB data explorer (no matter the position), I have been trying differents ways and also using CROSS APPLY FLATTEN…
I'm using the OAuth 2.0 authorization code flow , but I noticed that I'm able to reuse the same authorization code and the server responds with a new id token. And as per OAuth 2.0 specifications, The client MUST NOT…
I have an Azure Monitor Diagnostic Settings object on which I am trying to set the logAnalyticsDestinationType property. But it does not stick: ~$ id=/subscriptions/4...d/resourceGroups/xyz/providers/Microsoft.ContainerService/managedClusters/abc ~$ az monitor diagnostic-settings show --resource $id -n loganalytics-diagnostics --query logAnalyticsDestinationType ~$ az monitor diagnostic-settings…