• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..26-Mar-2021-

README.mdH A D26-Mar-2021576 107

go.modH A D26-Mar-2021212 96

go.sumH A D26-Mar-20213 KiB3130

managed_identity.goH A D26-Mar-20211.8 KiB8368

README.md

1## Azure Managed Identity example
2
3This example shows how Azure Managed Identity can be used to access SQL Azure. Take note of the
4trust boundary before using MSI to prevent exposure of the tokens outside of the trust boundary.
5
6This example can only be run from a Azure Virtual Machine with Managed Identity configured.
7You can follow the steps from this tutorial to turn on managed identity for your VM and grant the
8VM access to a SQL Azure database:
9https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-sql
10