Summary
Great work! You've successfully deployed the Space Game website to Azure App Service by using Azure Pipelines. Continuous delivery helps you release reliable software updates to your customers as rapidly as the business demands. Your customers can have the latest features and fixes as soon as you're ready to release them. By using the analytics provided by Azure Pipelines, your team can pinpoint hot spots and areas for improvement.
Setting up Azure Pipelines to publish the Space Game website to App Service is a great first step for the team, but this accomplishment is just the beginning. In the modules that follow, you'll help the team expand their release pipeline to include additional stages and tests. Each improvement will give the team more confidence in the quality of their releases.
Learn more
Here are some additional resources to learn more about Azure resources, App Service, and many other topics.
Choose the right compute option for your app
In this module, you deployed a website to App Service. You can use Azure Pipelines to deploy to just about any kind of environment, including a virtual machine or containerized environment.
The Describe Azure compute services module goes into further detail about the kinds of compute options Azure provides.
The Deploy a website to Azure with Azure App Service learning path is also a great resource to learn more about Azure App Service.
Deploy to your preferred environment
After you choose where to deploy your applications, learn how to use Azure Pipelines to deploy to that specific environment:
- Deploy to App Service using Azure Pipelines
- Deploy apps to a Linux virtual machine
- Deploy apps to a Windows virtual machine
- Build and deploy to Azure Kubernetes Service with Azure Pipelines
Integrate with other CI/CD tools
Learn how you can use Azure Pipelines with Jenkins and ServiceNow.
Go deeper
Learn more about some of the topics mentioned in this module.
- When should you right-click publish?
- Specify jobs in your pipeline
- Deployment jobs
- Create and target an environment
- Manage service connections
- Pipeline reports