错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Managed Identity and RBAC

  • Michał Świtalik

摘要

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.