Skip to content

Commit 22da7ca

Browse files
author
jluk
committed
fix based on feedback from Anders
1 parent 9eb7366 commit 22da7ca

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/cloud-shell/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
## [Bash - Run Ansible playbooks](../ansible/ansible-run-playbook-in-cloudshell.md)
1919

2020
# [Embed Cloud Shell](embed-cloud-shell.md)
21+
# [Use MSI in Cloud Shell](msi-authorization.md)
2122

2223
# [Troubleshooting & limitations](troubleshooting.md)
2324

articles/cloud-shell/msi-authorization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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
44
services: azure
55
documentationcenter: ''
66
author: jluk
@@ -17,9 +17,9 @@ ms.date: 04/14/2018
1717
ms.author: juluk
1818
---
1919

20-
# Authenticate with MSI access tokens in Cloud Shell
20+
# Use MSI in Azure Cloud Shell
2121

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.
2323

2424
## About Managed Service Identity (MSI)
2525
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

Comments
 (0)