ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 293 - AZ-104 discussion

Report
Export

You have a Basic App Service plan named ASP1 that hosts an Azure App Service named App1.

You need to configure a custom domain and enable backups for App1.

What should you do first?

A.
Configure a WebJob for App1.
Answers
A.
Configure a WebJob for App1.
B.
Scale up ASP1.
Answers
B.
Scale up ASP1.
C.
Scale out ASP1.
Answers
C.
Scale out ASP1.
D.
Configure the application settings for App1.
Answers
D.
Configure the application settings for App1.
Suggested answer: B

Explanation:

Scale up ASP1 : Correct

Basic App service plan does not support backup/restore.

The Backup and Restore feature requires the App Service plan to be in the Standard, Premium or Isolated tier. Since in question it is mentioned as a Basic service plan app so at first you need to do it to Scale up the service plan so that backup can be enabled on App1.

Scale up: Get more CPU, memory, disk space, and extra features like dedicated virtual machines (VMs), custom domains and certificates, staging slots, autoscaling, and more. You scale up by changing the pricing tier of the App Service plan that your app belongs to.

Configure a WebJob for App1 : Incorrect

WebJobs is a feature of Azure App Service that enables you to run a program or script in the same instance as a web app, API app, or mobile app. There is no additional cost to use WebJobs

Scale out ASP1 : Incorrect

Scale out: Increase the number of VM instances that run your app. You can scale out to as many as 30 instances, depending on your pricing tier.

Configure the application settings for App1 : Incorrect

This is the 2nd step you need to perform once azure service plan upgraded to standard.

Most folks don't realize how easy it is to configure a backup copy of your Azure App Service to ensure you have restorable archive copies of your app and database. In order to take advantage of this, you'll need to log into your Azure account and go to your App Service that you created and look under Settings then you will see Backup

Reference:

https://azure.microsoft.com/en-in/pricing/details/app-service/windows/

https://docs.microsoft.com/en-us/azure/app-service/manage-scale-up

https://docs.microsoft.com/en-us/azure/app-service/webjobs-create

https://microsoft.github.io/AzureTipsAndTricks/blog/tip28.html

asked 26/09/2024
Sujit Singh
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first