ureAz Flashcards
Are disks involved in the cloud
Yes, we use virtual disks
What is SUBNET?
a bifurcation of a network, such as VNET
What is NSG?
Network Security Group. like a firewall
What is Azure AD?
we use it for Identity and Access management. You create the users and you give them access to Azure Resources
What is Azure AD?
we use it for Identity and Access management. You create the users and you give them access to Azure Resources
You need to create an application in Azure AD representing the Kineteco Web App so you can assign directory permissions to the app. To create the application identity, which command will you run?
bash az ad app create -display-name $appName \ …
You need to deliver a mobile push notification feature for the Kineteco Retail app, hosted in Azure App Service. The solution should minimize cost, complexity, and development effort. Which option should you choose?
Notification Hub
Your application hosted in Azure App Service needs to retrieve secrets from Azure Key Vault. Which choice is NOT a way to authenticate to Key Vault?
shared access key
You added a persistent volume claim to your apps YAML manifest. When you attempt to deploy to an existing AKS cluster there is no persistent volume available. What should you do?
Add a data disk definition for the AKS cluster to your apps YAML manifest
Your corporate web application is hosted in Azure regional data centres around the world. You need to route user requests to the closest service endpoint based on response latency. Which routing method should you use?
Traffic manager
You are developing a release strategy for several related software components. You need to reference variable groups and secure files across multiple build and release pipelines. What is the most efficient way to store and reference these assets from the pipeline?
Add the assets in Key Vault
You need to grant full access for an app to a temporary Azure storage account. Configuring access should require minimum effort. Which option should you use?
Azure AD user account
The Kineteco web app runs in an Azure Kubernetes Service. You need to monitor feature use and user navigation paths to identify where improvements are needed. What should you do?
Install the Log Analytics agent and configure Azure Monitor for Containers
Which choice is not a valid trigger for an Azure functions?
third party services (GitHub)
Which messaging service enables an event-driven programming model?
Event Grid
You need to populate a newly created SQL database from your release pipeline in Azure DevOps. The solution should minimize deployment time and efforts. Which approach should you use?
Populate from a BACPAC file
You need to host a community website for your neighborhood association. The site contains static content, including HTML, CSS, and a few pages with client-side JavaScript. The site contains no sensitive information, and CORS support is unnecessary. The association has limited funds to pay for hosting, so the solution should be as inexpensive as possible. Which option should you use?
Azure Storage static website
Your organization delivers a number of RESTful web services to customers around the world. You need to deploy cloud infrastructure to deliver these services to paying customers, including authentication, request throttling and routing of requests to the closest service endpoint. Which solution should you choose?
Application Gateway
You have a .NET app running on a VM Scale set. You need to monitor application performance without modifying the code. The solution should minimize the cost. What should you do?
Install the Application Insights Agent
When setting your CI/CD pipeline an approval from your product owner is required before a final release to production. What solution do you use to achieve this?
a pre-deployment condition
You want to configure the AKS instance running the Kineteco Inventory App to use Azure Active Directory (AD) for user authentication. To integrate with AKS with Azure AD which steps should you perform first?
Create a service principal in Azure AD. Then add user to the AKS security group
Which access protocol does Azure Files not support?
HTTPS