What is Managed Identity in Azure. Why it is famous?
====================================================================================
Q: What steps we can take in case of Azure Functions timeout?
Answer:
1. Increase the default timeout from 5mins to 15mins.
2. Use Durable functions. They help you to create stateful functions in stateless environment. They can be used to orchestrate the multiple functions. We need to smartly break the logic of function into multiple functions.
3. Better Plan: Think of switching to the premium plan with better configuration.
====================================================================================
Q: List down various access strategies in Azure. Also give the scenarios where you have used them?
IAM - Azure Identity and Access Management.
EntraID
Azure Policies
Key Vault
RBAC
Managed Identities - Managed Identities provide an automatically managed identity in Azure AD for applications to use when connecting to resources that support Azure AD authentication.
SAS(Shared Access Signature)
====================================================================================
Q: Difference between SAS and Access Keys/ Shared Access Policies. When to use which technique?
====================================================================================
====================================================================================
====================================================================================