You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Ebbo edited this page Jan 20, 2015
·
4 revisions
Get ConnectionStrings
ARMClient.exe post /{subscription}/resourceGroups/{resourceGroup}/providers/Microsoft.Web/sites/{site}/config/connectionStrings/list?api-version=2014-11-01
Note: it is a POST since the result contains sensitive site info (only Owner and Contributor allowed).
Update ConnectionStrings
ARMClient.exe put /{subscription}/resourceGroups/{resourceGroup}/providers/Microsoft.Web/sites/{site}/config/connectionStrings?api-version=2014-11-01 @payload.json
Example payload.json below to add DUMMY ConnectionStrings.