Azure Administration: Implement and Manage Application Services

https://www.linkedin.com/learning/azure-administration-implement-and-manage-application-services-21716665

by Tiago Costa

Introduction

  1. Azure App Services that work for you
  2. What you should know

1. Introduction to Azure App Service
  1. App Service overview
  2. App Service plans
    • free tier does not support custom domains
  3. App Service plan demo
  4. Logic Apps overview
  5. Logic Apps demo
  6. Azure Functions overview
  7. Azure Functions demo
  8. Chapter Quiz
2. Azure Web Apps
  1. Overview of Azure Web Apps
  2. Creating a Web App on the Azure Portal
  3. Create a Web App using ARM templates
  4. Create a Web App using BICEP templates
  5. Create a Web App using Azure PowerShell
  6. Create a Web App using Azure CLI
  7. Scaling Azure Web Apps
  8. Configuring autoscaling
  9. Running Containers
3. Managing App Service
  1. Configuring Web app settings
  2. Adding custom domains to Web Apps
  3. Adding custom domains to Web Apps demo
  4. 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
  5. Traffic Manager integration
  6. Traffic Manager demo
  7. Chapter Quiz
4. Deployment
  1. Deployment options to App Service
  2. Deploy using the command line
  3. Deploy using Visual Studio Code
  4. Deploy using Visual Studio
  5. Deployment Slots
  6. Deployment Slots demo
  7. Deploy using Azure DevOps
  8. Deploy using GitHub
  9. Chapter Quiz
5. Security and Advanced Features
  1. Protecting Apps with SSL Certificates
  2. Authenticate users in Azure Web Apps
  3. Authenticate users in Azure Web Apps demo
  4. Managing App Service backups
  5. Managing App Service Environment
  6. Monitoring and diagnostics
  7. Chapter Quiz
Conclusion
  1. Next steps


Comments

Popular posts from this blog

Angular Routing and Navigation Playbook

Working with Files in C# 10

Mastering Git