Contains Samples to Connect to different Azure Resources using Azure AD and Managed Identities the .Net SDK. Connect to different resources without using any connection strings or access Keys
The main objective is to connect to different resources in azure using azure Ad and managed Identities. Each Folder will contain its own readme with all the details. Will Keep adding more samples.
- Connect to CosmosDB without any keys/ connection strings.
- Connect to Table and Blob Storage without any keys/ connection strings.
- Event Grid: Console App That publishes events to Event Grid and Event Reciever Function App
- Send events to service bus from an http triggered Func App using a user assigned managed identity
- Receive events from a service bus using a service bus triggered azure func app using identity based triggers