Skip to content

graemefoster/AzureWorkbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Azure Workbooks

TLDR;

A workbook to help with operations of your Application Gateways, App Services and App Service Environments.

To install

az login
az account set --subscription <subscription-id>
az deployment group create --resource-group <rg> --template-file .\infra\deploy.bicep

Application Gateways

AppGatewayInsights.json

The workbook shows all your Application Gateways in a selected subscription along some properties that have hard limits:

  • Version (is it V2)
  • WAF
  • Count of used Backend Pools
  • Count of used Http Settings
  • Count of used Http Listeners

App Service Plans and App Service Environments

AppServiceInsights.json

App Service Environments

The workbook shows all ASEs along with the number of instances that have been applied to all ASPs within. There is a 200 limit of instances that can be applied.

App Service Plans

The workbook shows all App Service Plans along with

  • The ASE it is in
  • The size
  • The number of instances assigned to it
  • The number of applications running on it
  • The number of instances you can theoretically add to it (200 max across an entire ASE)
  • If you're over-provisioning applications based on our guidelines

Selecting an ASP row will bring up additional information

  • The CPU and Memory %age being consumed by your Apps over last 7 days
  • Cpu Time for each app in the App Service Plan over last 7 days
  • Private Bytes for each app in the App Service Plan over last 7 days
  • Number of requests for each app in the App Service Plan over last 7 days

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages