Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 26-Mar-2021 | - | ||||
README.md | H A D | 26-Mar-2021 | 576 | 10 | 7 | |
go.mod | H A D | 26-Mar-2021 | 212 | 9 | 6 | |
go.sum | H A D | 26-Mar-2021 | 3 KiB | 31 | 30 | |
managed_identity.go | H A D | 26-Mar-2021 | 1.8 KiB | 83 | 68 |
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