kendaleiv / azure-web-apps-configuration-table-exporter

Create CSV of configuration, app settings, and connection strings for all Azure Web Apps in the current Azure CLI subscription.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Web Apps Configuration Table Exporter

Create CSV of configuration, app settings, and connection strings for all Azure Web Apps in the current Azure CLI subscription.

Usage

  • Install Azure CLI (az)
  • Login with Azure CLI (az login), ensure correct subscription is set
> npm install
> node ./index.js --file output.csv

License

MIT

About

Create CSV of configuration, app settings, and connection strings for all Azure Web Apps in the current Azure CLI subscription.

License:MIT License


Languages

Language:JavaScript 100.0%