mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Update LAB_09a-Implement_Web_Apps.md
This commit is contained in:
parent
45e7a3c880
commit
908ca32c2f
@ -177,7 +177,16 @@ If you are working with **your own subscription** take a minute to delete the la
|
||||
+ Using Azure PowerShell, `Remove-AzResourceGroup -Name resourceGroupName`.
|
||||
+ Using the CLI, `az group delete --name resourceGroupName`.
|
||||
|
||||
## Extend your learning with Copilot
|
||||
Copilot can assist you in learning how to use the Azure scripting tools. Copilot can also assist in areas not covered in the lab or where you need more information. Open an Edge browser and choose Copilot (top right) or navigate to *copilot.microsoft.com*. Take a few minutes to try these prompts.
|
||||
|
||||
+ Summarize the steps to create and configure an Azure web app.
|
||||
+ What are ways I can scale an Azure Web App?
|
||||
|
||||
## Learn more with self-paced training
|
||||
|
||||
+ [Stage a web app deployment for testing and rollback by using App Service deployment slots](https://learn.microsoft.com/training/modules/stage-deploy-app-service-deployment-slots/). Use deployment slots to streamline deployment and roll back a web app in Azure App Service.
|
||||
+ [Scale an App Service web app to efficiently meet demand with App Service scale up and scale out](https://learn.microsoft.com/training/modules/app-service-scale-up-scale-out/). Respond to periods of increased activity by incrementally increasing the resources available and then, to reduce costs, decreasing these resources when activity drops.
|
||||
|
||||
## Key takeaways
|
||||
|
||||
@ -188,8 +197,3 @@ Congratulations on completing the lab. Here are the main takeaways for this lab.
|
||||
+ Deployment slots allow you to create separate environments for deploying and testing your web app.
|
||||
+ You can manually or automatically scale a web app to handle additional demand.
|
||||
+ A wide variety of diagnostics and testing tools are available.
|
||||
|
||||
## Learn more with self-paced training
|
||||
|
||||
+ [Stage a web app deployment for testing and rollback by using App Service deployment slots](https://learn.microsoft.com/training/modules/stage-deploy-app-service-deployment-slots/). Use deployment slots to streamline deployment and roll back a web app in Azure App Service.
|
||||
+ [Scale an App Service web app to efficiently meet demand with App Service scale up and scale out](https://learn.microsoft.com/training/modules/app-service-scale-up-scale-out/). Respond to periods of increased activity by incrementally increasing the resources available and then, to reduce costs, decreasing these resources when activity drops.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user