Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AZ-104 topic 4 question 13 discussion

Actual exam question from Microsoft's AZ-104
Question #: 13
Topic #: 4
[All AZ-104 Questions]

You create an App Service plan named Plan1 and an Azure web app named webapp1.
You discover that the option to create a staging slot is unavailable.
You need to create a staging slot for Plan1.
What should you do first?

  • A. From Plan1, scale up the App Service plan
  • B. From webapp1, modify the Application settings
  • C. From webapp1, add a custom domain
  • D. From Plan1, scale out the App Service plan
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
The app must be running in the Standard, Premium, or Isolated tier in order for you to enable multiple deployment slots.
If the app isn't already in the Standard, Premium, or Isolated tier, you receive a message that indicates the supported tiers for enabling staged publishing. At this point, you have the option to select Upgrade and go to the Scale tab of your app before continuing.
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.
Incorrect:
Scale out: Increase the number of VM instances that run your app. You can scale out to as many as 30 instances
Reference:
https://docs.microsoft.com/en-us/azure/app-service/deploy-staging-slots https://docs.microsoft.com/en-us/azure/app-service/manage-scale-up

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
mlantonis
Highly Voted 2 years, 6 months ago
Correct Answer: A The app must be running in the Standard, Premium, or Isolated tier in order for you to enable multiple deployment slots. If the app isn't already in the Standard, Premium, or Isolated tier, you receive a message that indicates the supported tiers for enabling staged publishing. At this point, you have the option to select Upgrade and go to the Scale tab of your app before continuing. 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. Scale out: Increase the number of VM instances that run your app. You can scale out to as many as 30 instances Reference: https://docs.microsoft.com/en-us/azure/app-service/deploy-staging-slots https://docs.microsoft.com/en-us/azure/app-service/manage-scale-up
upvoted 140 times
...
DA0410
Highly Voted 3 years, 2 months ago
correct . For more read https://docs.microsoft.com/en-us/azure/app-service/manage-scale-up
upvoted 21 times
JayBee65
2 years, 6 months ago
Yes A, and this is a better link: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#app-service-limits
upvoted 7 times
RougePotatoe
10 months, 1 week ago
Just incase you had no idea what you're looking for. The chart clearly states that only standard, premium and isolated provide staging slots. (5,20,20) in that order.
upvoted 2 times
...
...
...
iamchoy
Most Recent 2 months, 3 weeks ago
Selected Answer: A
To be able to create staging slots, your App Service plan must be running in the Standard, Premium, or Isolated tier. The Free and Shared (Basic) tiers do not support slots. Therefore, you need to scale up the App Service plan to a tier that supports deployment slots. The correct answer is: A. From Plan1, scale up the App Service plan.
upvoted 1 times
...
wendywen
8 months, 1 week ago
Selected Answer: A
correct
upvoted 2 times
...
UmbongoDrink
10 months ago
Selected Answer: A
A) "From Plan1, scale up the App Service Plan" "When you deploy your web app, web app on Linux, mobile back end, or API app to Azure App Service, you can use a separate deployment slot instead of the default production slot when you're running in the Standard, Premium, or Isolated App Service plan tier. " - https://docs.microsoft.com/en-us/azure/app-service/deploy-staging-slots
upvoted 3 times
...
Cool_Z
1 year, 1 month ago
Selected Answer: A
A. is the right answer. From Plan1, scale up the App Service plan
upvoted 1 times
...
NaoVaz
1 year, 2 months ago
Selected Answer: A
A) "From Plan1, scale up the App Service Plan" "When you deploy your web app, web app on Linux, mobile back end, or API app to Azure App Service, you can use a separate deployment slot instead of the default production slot when you're running in the Standard, Premium, or Isolated App Service plan tier. " - https://docs.microsoft.com/en-us/azure/app-service/deploy-staging-slots
upvoted 1 times
...
EmnCours
1 year, 3 months ago
Selected Answer: A
Correct Answer: A
upvoted 1 times
...
Mokilsin
1 year, 3 months ago
A is correct
upvoted 1 times
...
Lazylinux
1 year, 5 months ago
Selected Answer: A
A is correct app must be running in the Standard, Premium, or Isolated tier in order for you to enable multiple deployment slots that you can use to test app in dev environment before deploy to production
upvoted 2 times
...
manalshowaei
1 year, 6 months ago
Selected Answer: A
A. From Plan1, scale up the App Service plan
upvoted 1 times
...
epomatti
1 year, 7 months ago
Selected Answer: A
A is correct, need to use Standard or higher.
upvoted 2 times
...
Pramu
1 year, 8 months ago
Selected Answer: A
Correct Answer
upvoted 2 times
...
ajayasa
1 year, 8 months ago
this question was there on 16/03/2022 with same question and passed with 900 percent
upvoted 5 times
...
Azure_daemon
1 year, 9 months ago
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.
upvoted 1 times
...
WS_21
1 year, 9 months ago
Selected Answer: A
https://docs.microsoft.com/en-us/azure/app-service/manage-scale-up
upvoted 2 times
...
EleChie
1 year, 10 months ago
Changing your App Service plan (scale up) Your App Service plan can be scaled up and down at any time. It is as simple as changing the pricing tier of the plan. You can choose a lower pricing tier at first and scale up later when you need more App Service features. For example, you can start testing your web app in a Free App Service plan and pay nothing. When you want to add your custom DNS name to the web app, just scale your plan up to the Shared tier. Later, when you want to create an SSL binding, scale your plan up to Basic tier. When you want to have staging environments, scale up to Standard tier. When you need more cores, memory, or storage, scale up to a bigger VM size in the same tier. The same works in the reverse. When you feel you no longer need the capabilities or features of a higher tier, you can scale down to a lower tier, which saves you money.
upvoted 3 times
EleChie
1 year, 10 months ago
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. 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. App Service Environments in Isolated tier further increases your scale-out count to 100 instances. The scale instance count can be configured manually or automatically (autoscale). Autoscale is based on predefined rules and schedules.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...