.NET
Microsoft Technologies based on the .NET software framework.
3,918 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are Using .NET SDK for Managing the event grid domain topic/subscription through applicaiton code. The AmrClient We are using is using DefaultAzureCredential using service principal ClientID/ClientCertificate.
Following this example: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/eventgrid/Azure.ResourceManager.EventGrid/samples/Generated/Samples/Sample_DomainTopicResource.cs
Is it possible to use Managed Identity instead of Service Principal to Create Domain Topic and Subscription?