Azure Administration: Implement and Manage Application Services
by Tiago Costa
Introduction
- Azure App Services that work for you
- What you should know
1. Introduction to Azure App Service
- App Service overview
- App Service plans
- free tier does not support custom domains
- App Service plan demo
- Logic Apps overview
- Logic Apps demo
- Azure Functions overview
- Azure Functions demo
- Chapter Quiz
2. Azure Web Apps
- Overview of Azure Web Apps
- Creating a Web App on the Azure Portal
- Create a Web App using ARM templates
- Create a Web App using BICEP templates
- Create a Web App using Azure PowerShell
- Create a Web App using Azure CLI
- Scaling Azure Web Apps
- Configuring autoscaling
- Running Containers
3. Managing App Service
- Configuring Web app settings
- Adding custom domains to Web Apps
- Adding custom domains to Web Apps demo
- Azure CDN integration
- Can use your custom domain at a CDN endpoint
- Required to set up a CNAME record in the custom domain DNS server
- HTTPS included
- To access blobs, entities, or messages in Azure Storage from client-side code, you will typically need to configure CORS
- Traffic Manager integration
- Traffic Manager demo
- Chapter Quiz
4. Deployment
- Deployment options to App Service
- Deploy using the command line
- Deploy using Visual Studio Code
- Deploy using Visual Studio
- Deployment Slots
- Deployment Slots demo
- Deploy using Azure DevOps
- Deploy using GitHub
- Chapter Quiz
5. Security and Advanced Features
- Protecting Apps with SSL Certificates
- Authenticate users in Azure Web Apps
- Authenticate users in Azure Web Apps demo
- Managing App Service backups
- Managing App Service Environment
- Monitoring and diagnostics
- Chapter Quiz
Conclusion
- Next steps
Comments
Post a Comment