You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/key-vault/general/tutorial-python-windows-virtual-machine.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ The code presents a two-step process:
152
152
# Step 1: Fetch an access token from a Managed Identity enabled azure resource.
153
153
# Resources with an MSI configured recieve an AAD access token by using the Azure Instance Metadata Service (IMDS)
154
154
# IMDS provides an endpoint accessible to all IaaS VMs using a non-routable well-known IP Address
155
-
# To learn more about IMDS and MSI Authentication see the following [Link](https://docs.microsoft.com/azure/virtual-machines/windows/instance-metadata-service)
155
+
# To learn more about IMDS and MSI Authentication see the following link: https://docs.microsoft.com/azure/virtual-machines/windows/instance-metadata-service
156
156
# Note that the resource here is https://vault.azure.net for public cloud and api-version is 2018-02-01
0 commit comments