A tool to copy appSettings and connection strings between Azure Web Apps.
- Install Node.js (if not already installed).
npm install -g azure-cli
azure login
azure config mode asm
(the default can be restored withazure 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.
- If