Azure Reference Architecture Guide - Key Features
App Service for APIs
Publish APIs to Azure App Services
Application Insights
Create Azure SQL server
Create Azure SQL Databases
Create Azure Cosmos DB
Create Azure Redis Cache
Storage Account
SendGrid
Azure Key Vault
Virtual Machine
Azure CDN
API Management
Application Gateway
Setup Azure AD
RBAC setup
Lock Resource Groups
Pricing Calculator
Auto scaling
Auto scaling using ARM template
Disaster recovery
Azure Backup
Site Recovery Vault
Configure certificates
Lab-13.1: Create Plan and App Services using ARM Template
Lab Scenario
You need to create two App service plans; one for hosting website and second one is for hosting Microservices used in the website.
In this lab we will create Azure App Service Plans using Azure ARM Template
alos make sure use existing vNET and subnet and existing ASEv3 and create new Plans inside the ASE v3 which was already created part of earlier labs.
Objective
In this lab we will:
- Create App Service Plan using Azure ARM template
- Create Azure App Services for website and APIs
References