Skip to content

Commit 0fa72cc

Browse files
authored
Merge pull request #41890 from daveba/add-next-steps
[Azure AD MSI]Add next steps to tutorials
2 parents 0234771 + 9fcc8bc commit 0fa72cc

File tree

5 files changed

+21
-28
lines changed

5 files changed

+21
-28
lines changed

articles/active-directory/managed-service-identity/tutorial-windows-vm-access-nonaad.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ First, we use the VM’s MSI to get an access token to authenticate to Key Vault
135135
136136
Once you’ve retrieved the secret from the Key Vault, you can use it to authenticate to a service that requires a name and password. 
137137
138-
## Related content
138+
## Next steps
139139
140-
- For an overview of MSI, see [Managed Service Identity overview](overview.md).
140+
In this tutorial, you learned how to create a Managed Service Identity to access Azure Key Vault. To learn more about Azure Key Vault see:
141141
142-
Use the following comments section to provide feedback and help us refine and shape our content.
142+
> [!div class="nextstepaction"]
143+
>[Azure Key Vault](/azure/key-vault/key-vault-whatis)

articles/active-directory/managed-service-identity/tutorial-windows-vm-access-sql.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: identity
1616
ms.date: 11/20/2017
17-
ms.author: skwan
17+
ms.author: daveba
1818
---
1919

2020

@@ -267,11 +267,9 @@ Alternatively, a quick way to test the end to end setup without having to write
267267
268268
Examine the value of `$DataSet.Tables[0]` to view the results of the query. Congratulations, you've queried the database using a VM MSI and without needing to supply credentials!
269269
270-
## Related content
270+
## Next steps
271271
272-
- For an overview of MSI, see [Managed Service Identity overview](overview.md).
273-
- Learn more about [Azure SQL support for Azure AD authentication](https://docs.microsoft.com/azure/sql-database/sql-database-aad-authentication).
274-
- Learn more about [configuring Azure SQL support for Azure AD authentication](https://docs.microsoft.com/azure/sql-database/sql-database-aad-authentication-configure).
275-
- Learn more about [authentication and access in SQL server](https://docs.microsoft.com/sql/relational-databases/security/authentication-access/getting-started-with-database-engine-permissions).
272+
In this tutorial, you learned how to create a Managed Service Identity to access Azure SQL server. To learn more about Azure SQL Server see:
276273
277-
Use the following comments section to provide feedback and help us refine and shape our content.
274+
> [!div class="nextstepaction"]
275+
>[Azure SQL Database service](/azure/sql-database/sql-database-technical-overview)

articles/active-directory/managed-service-identity/tutorial-windows-vm-access-storage-sas.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,11 @@ Context : Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext
224224
Name : testblob
225225
```
226226

227+
## Next steps
227228

228-
## Related content
229+
In this tutorial, you learned how to create a Managed Service Identity to access Azure Storage using a SAS credential. To learn more about Azure Storage SAS see:
229230

230-
- For an overview of MSI, see [Managed Service Identity overview](overview.md).
231-
- To learn how to do this same tutorial using a storage account key, see [Use a Windows VM Managed Service Identity to access Azure Storage](tutorial-windows-vm-access-storage.md)
232-
- For more information about the Azure Storage account SAS feature, see:
233-
- [Using shared access signatures (SAS)](/azure/storage/common/storage-dotnet-shared-access-signature-part-1.md)
234-
- [Constructing a Service SAS](/rest/api/storageservices/Constructing-a-Service-SAS.md)
235-
236-
Use the following comments section to provide feedback and help us refine and shape our content.
231+
> [!div class="nextstepaction"]
232+
>[Using shared access signatures (SAS)](/azure/storage/common/storage-dotnet-shared-access-signature-part-1)
237233
238234

articles/active-directory/managed-service-identity/tutorial-windows-vm-access-storage.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,10 @@ Context : Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext
192192
Name : testblob
193193
```
194194

195+
## Next steps
195196

196-
## Related content
197-
198-
- For an overview of MSI, see [Managed Service Identity overview](overview.md).
199-
- To learn how to do this same tutorial using a storage SAS credential, see [Use a Windows VM Managed Service Identity to access Azure Storage via a SAS credential](tutorial-windows-vm-access-storage-sas.md)
200-
- For more information about the Azure Storage account SAS feature, see:
201-
- [Using shared access signatures (SAS)](/azure/storage/common/storage-dotnet-shared-access-signature-part-1.md)
202-
- [Constructing a Service SAS](/rest/api/storageservices/Constructing-a-Service-SAS.md)
203-
204-
Use the following comments section to provide feedback and help us refine and shape our content
197+
In this tutorial, you learned how to create a Managed Service Identity to access Azure Storage using an access key. To learn more about Azure Storage access keys see:
205198

199+
> [!div class="nextstepaction"]
200+
>[Manage your storage access keys](/azure/storage/common/storage-create-storage-account#manage-your-storage-access-keys)
206201

articles/active-directory/managed-service-identity/tutorial-windows-vm-ua-arm.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,7 @@ The response contains the specific Resource Group information, similar to the fo
167167

168168
## Next steps
169169

170-
- For an overview of MSI, see [Managed Service Identity overview](overview.md).
170+
In this tutorial, you learned how to create a user assigned identity and attach it to a Azure Virtual Machine to access the Azure Resource Manager API. To learn more about Azure Resource Manager see:
171+
172+
> [!div class="nextstepaction"]
173+
>[Azure Resource Manager](/azure/azure-resource-manager/resource-group-overview)

0 commit comments

Comments
 (0)