Resources in the Dev and Test environments are each paid for by different departments. What's the best way to categorize costs by department?
Apply a tag to each virtual machine that identifies the appropriate billing department.
Split the cost evenly between departments.
Keep a spreadsheet that lists each team's resources.
Answer is
Apply a tag to each virtual machine that identifies the appropriate billing department.
Question 132
What's the SLA for Azure Maps in terms of guaranteed uptime?
99 percent
99.9 percent
99.99 percent
Answer is 99.9 percent
The SLA for Azure Maps tells you the SLA.
Question 133
Adding a third virtual machine reduces the composite SLA. How can companies offset this reduction?
Increase the size of each virtual machine.
Deploy extra instances of the same virtual machines across the different availability zones in the same Azure region.
Do nothing. Using Azure Load Balancer increases the SLA for virtual machines.
Answer is Deploy extra instances of the same virtual machines across the different availability zones in the same Azure region.
If one availability zone is affected, your virtual machine instance in the other availability zone should be unaffected.
Question 134
What approach might the company take in adding the augmented reality (AR) preview service to its architecture?
The Special Orders app is already in production. The company shouldn't look into the AR service until the service reaches general availability (GA).
The Special Orders app is mainly for use by retail employees. The company can integrate the AR service now because potential downtime or failures aren't an important factor.
The development team can create a prototype version of the app that includes the AR service that it tests out with select retail employees.
Answer is The development team can create a prototype version of the app that includes the AR service that it tests out with select retail employees.
After the AR service reaches general availability (GA), the team can roll it out to production.
Question 135
To complete the sentence, select the appropriate option in the answer area.
When planning to migrate a public website to Azure, you must plan to pay monthly usage costs. This is because Azure uses the pay-as-you-go model.
Question 136
You attempt to create several managed Microsoft SQL Server instances in an Azure environment and receive a message that you must increase your Azure subscription limits.
What should you do to increase the limits?
Create a service health alert
Upgrade your support plan
Modify an Azure policy
Create a new support request
Answer is Create a new support request
Many Azure resource have quote limits. The purpose of the quota limits is to help you control your Azure costs. However, it is common to require an increase to the default quota.
You can request a quota limit increase by opening a support request. In the support request, select Service and subscription limits (quotas) for the Issue type, select your subscription and the service you want to increase the quota for. For this question, you would select SQL Database Managed Instance as the quote type.
You need to be notified when Microsoft plans to perform maintenance that can affect the resources deployed to an Azure subscription.
What should you use?
Azure Monitor
Azure Service Health
Azure Advisor
Microsoft Trust Center
Answer is Azure Service Health
Azure Service Health provides a personalized view of the health of the Azure services and regions you're using. This is the best place to look for service impacting communications about outages, planned maintenance activities, and other health advisories because the authenticated Service Health experience knows which services and resources you currently use.
Your developers have created a portal web app for users in the Miami branch office. The web app will be publicly accessible and used by the Miami users to retrieve customer and product information. The web app is currently running in an on-premises test environment.
You plan to host the web app on Azure.
You need to determine which Azure web tier plan to host the web app. The web tier plan must meet the following requirements:
- The website will use the miami.weyland.com URL.
- The website will be deployed to two instances.
- SSL support must be included.
- The website requires 12 GB of storage.
- Costs must be minimized.
To complete the sentence, select the appropriate option in the answer area.
deploy a VPN
pay monthly usage costs
pay to transfer all the website data to Azure.
reduce the number of connections to the website.
Answer is pay monthly usage costs
When migrating a public website to Azure, you need to plan for the pricing model that Azure provides. Azure charges for the usage of resources such as virtual machines, storage, and data transfer. Therefore, you need to plan to pay monthly usage costs for hosting the website on Azure. Deploying a VPN, paying to transfer all the website data to Azure, or reducing the number of connections to the website are not necessarily required for migrating a public website to Azure.