Skip to content
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.

A tool to copy appSettings and connection strings between Azure Web Apps.

License

Notifications You must be signed in to change notification settings

ritterim/azure-web-app-configuration-copier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-web-app-configuration-copier

A tool to copy appSettings and connection strings between Azure Web Apps.

Usage

  • Install Node.js (if not already installed).
  • npm install -g azure-cli
  • azure login
  • azure config mode asm (the default can be restored with azure config mode arm)
  • git clone ...
  • cd azure-web-app-configuration-copier
  • npm install
  • node main.js --sourceApp MySourceApp --destApp MyDestinationApp --subscription "My Subscription"
    • If --subscription is not specified, it'll use the current subscription.

License

MIT

About

A tool to copy appSettings and connection strings between Azure Web Apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published