skip to Main Content

How to set the logAnalyticsDestinationType property on an Azure Monitor Diagnostic Settings object?

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…

VIEW QUESTION

No option to use managed identity in azure devops to connecti with container registry

I'd like to create connection between pipeline in Azure devops and container registry. Admins created Managed identity for me. I'd like to use that one but there is no way. According to guide: https://learn.microsoft.com/en-us/azure/devops/pipelines/ecosystems/containers/publish-to-acr?view=azure-devops&tabs=javascript%2Cportal%2Cmsi&fbclid=IwAR2bV28HzRs8v-qTXuo592KU5KxOFnNsOvhxpNx0ZCBYfz2OPnYXWh7rqUs I should be able to create…

VIEW QUESTION
Back To Top
Search