Skip to content

Commit d9b605a

Browse files
committed
Updated Readme doc
1 parent 79b78cc commit d9b605a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The extensions below explore advanced features of AKS (Kubernetes) and additiona
1111

1212
- [Access Azure SQL using **Managed Identity for Azure Resources**](./use-pod-identity-mid)
1313

14-
In this sub-project, the Claims Web API application uses an Azure *Managed Identity* to access the Azure SQL Database. [Managed Identities for Azure Resources](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview) is a feature of Azure Active Directory and can be used by Azure service instances (eg., AKS) to securely access other Azure resources (eg., Key Vault, SQL Server ...) that support AD authentication. With Managed Identity, applications deployed on Azure service instances need not store any credential information. This project also makes use of [AAD Pod Identity](https://github.com/Azure/aad-pod-identity).
14+
In this sub-project, the Claims Web API application uses an Azure *Managed Identity* to access the Azure SQL Database. [Managed Identities for Azure Resources](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview) is a feature of Azure Active Directory. With Managed Identity, applications deployed on Azure service instances can securely access other Azure resources that support AD authentication. Most importantly, applications do not have to store any credential information. This project also makes use of [AAD Pod Identity](https://github.com/Azure/aad-pod-identity).
1515

1616
- [Explore advanced features of **Istio** Service Mesh](./istio-service-mesh)
1717

extensions/use-pod-identity-mid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Refer to the architecture diagram [here](https://docs.microsoft.com/en-us/azure/
2020
1. Readers are required to complete Sections A thru G in the [parent project](https://github.com/ganrad/aks-aspnet-sqldb-rest) before proceeding with the hands-on labs in this project.
2121

2222
Readers are advised to refer to the following on-line resources as needed.
23-
- [Azure Active Directory] (https://docs.microsoft.com/en-us/azure/active-directory/)
23+
- [Azure Active Directory](https://docs.microsoft.com/en-us/azure/active-directory/)
2424
- [Azure AAD Pod Identity](https://github.com/Azure/aad-pod-identity)
2525
- [Managed Identities for Azure resources](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview)
2626
- [Use Managed Identities in AKS](https://docs.microsoft.com/en-us/azure/aks/use-managed-identity)

0 commit comments

Comments
 (0)