Managed Identity and RBAC
摘要
When working on many services in Azure, we usually use secrets or connection strings in order to connect and authenticate. This way, we have security. What if we could give up connection strings and just call for data? This is when the Managed Identity comes in handy. Managed Identity allows services to authenticate to Azure services without the need for secrets or connection strings. This is a much more secure and convenient option for accessing data from Azure services. This is especially useful for applications running in Azure that need to access other Azure resources securely. This eliminates the need to store sensitive information within the codebase or in the Key Vault.