Deploy a website to Azure with Azure App Service
- Offered byMicrosoft
Deploy a website to Azure with Azure App Service at Microsoft Overview
Duration | 4 hours |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Deploy a website to Azure with Azure App Service at Microsoft Highlights
- Set up your local development environment with several popular IDEs
- Configure continuous deployment for the web app by using a webhook that monitors the Docker image for changes
Deploy a website to Azure with Azure App Service at Microsoft Course details
- Prepare your IDE for Azure development
- Set up Visual Studio Code
- Set up Visual Studio
- Use the Azure portal to create an Azure App Service web app
- Create an ASP.NET Core web app in Visual Studio
- Publish a web app to Azure using Visual Studio
- Use developer tools to create the code for a starter web application
- Web apps in Azure allow you to publish and manage your website easily without having to work with the underlying servers, storage, or network assets
- This learning path can help you prepare for the Microsoft Certified: Azure Developer Associate certification
Deploy a website to Azure with Azure App Service at Microsoft Curriculum
Prepare your development environment for Azure development
Introduction
Set up your development environment
Exercise - Set up your development environment
Summary
Host a web application with Azure App Service
Introduction
Create a web app in the Azure portal
Exercise - Create a web app in the Azure portal
Prepare the web application code
Exercise - Write code to implement a web application
Deploy code to App Service
Exercise - Deploy your code to App Service
Summary
Publish a web app to Azure with Visual Studio
Introduction
Install the necessary workloads
Exercise - Create a new ASP.NET Core app
Explore the Azure App Service
Exercise - Publish an ASP.NET app from Visual Studio
Explore your Visual Studio App Project
Exercise - Publish an update to your site
Summary
Stage a web app deployment for testing and rollback by using App Service deployment slots
Introduction
Create deployment slots
Exercise - Create deployment slots
Deploy a web app by swapping deployment slots
Exercise - Deploy a web app by using deployment slots
Summary
Scale an App Service web app to efficiently meet demand with App Service scale up and scale out
Introduction
Scale a web app manually
Exercise - Scale a web app manually
Scale up a web app
Exercise - Scale up a web app
Summary
Deploy and run a containerized web app with Azure App Service
Introduction
Build and store images by using Azure Container Registry
Exercise - Build and store an image by using Azure Container Registry
Deploy a web app by using an image from an Azure Container Registry repository
Exercise - Create and deploy a web app from a Docker image
Update the image and automatically redeploy the web app
Exercise - Modify the image and redeploy the web app
Summary