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/cloud-shell/msi-authorization.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Using MSI in Cloud Shell | Microsoft Docs
3
-
description: Authenticate code with MSI in Cloud Shell
2
+
title: Use MSI in Azure Cloud Shell | Microsoft Docs
3
+
description: Authenticate code with MSI in Azure Cloud Shell
4
4
services: azure
5
5
documentationcenter: ''
6
6
author: jluk
@@ -17,9 +17,9 @@ ms.date: 04/14/2018
17
17
ms.author: juluk
18
18
---
19
19
20
-
# Authenticate with MSI access tokens in Cloud Shell
20
+
# Use MSI in Azure Cloud Shell
21
21
22
-
Azure Cloud Shell supports authorization with Managed Service Identities (MSI). Utilize this to retrieve access tokens to authenticate code you run out of Cloud Shell.
22
+
Azure Cloud Shell supports authorization with Managed Service Identities (MSI). Utilize this to retrieve access tokens to securely communicate with Azure services.
23
23
24
24
## About Managed Service Identity (MSI)
25
25
A common challenge when building cloud applications is how to securely manage the credentials that need to be in your code for authenticating to cloud services. In Cloud Shell you may need to authenticate retrieval from Key Vault for a credential that a script may need.
0 commit comments