skip to Main Content

Azure Service Principal RemoveKey c#

I'm trying to remove a certificate to a service account. I'm doing this with Microsoft.Graph (5.14.0) with a Service Principal account which is global administrator and has the necessary permissions with Graph. This master account authenticates via a certificate. I…

VIEW QUESTION

Azure Policy | Tags

{ "properties": { ----> the very first statement errors out and cannot save JSON. trying to deploy following JSON - { "properties": { "displayName": "Enforce Resource Group Tag Values", "policyType": "Custom", "mode": "All", "parameters": { "tagEnv": { "type": "String", "metadata":…

VIEW QUESTION
Back To Top
Search