WorksheetsAzure introduction, session 01
Total questions: 6
Worksheet time: 3mins
What is most of the time the best approach for achieving high availability on Azure from the infrastructure point of view? (only one answer)
Using several regions.
Using several AZs.
Applying the retry pattern.
Taking advantage of managed services.
What service implements authentication and authorization?
Azure Management Groups
Azure Entra ID
Azure Subscriptions
Azure App Service
What is the most common way of isolating production and non-production environments from the administrative point of view?
Management Groups
Resource Groups
App Service Slots
Subscriptions
For what purpose Blob Containers are not an efficient solution?
Relational database storage
Publishing static websites
Keeping a very large collection of documents
Storing large amounts of multimedia data
What is the best approach for providing secrets to a Service App application?
By retrieving them from a storage account on bootstrapping.
By retrieving them directly from a Azure Key Vault on bootstrapping.
By storing a reference to the secret in Azure Key Vault in the application env configuration.
By storing a reference to the secret in Azure App Configuration service in the application env configuration.
What is the best approach for authorizing access to Azure Key Vault to an application?
Using service accounts and configuring the client id and secret id in the application.
Setting the user and password in the application code before accessing the Key Vault.
Leveraging managed identities and attaching the proper role to them.
Storing an access token in a storage account blob container and retrieving it from the application.
