lostintangent / node-azure

Tutorials that illustrate how to build Node.js apps with VS Code, and deploy them to Azure
http://azure.com/node
10 stars 7 forks source link

[App Service] Allow setting DocDB connection string env var via Azure CLI #2

Closed lostintangent closed 7 years ago

lostintangent commented 7 years ago

The Azure CLI already allows setting environment variables for an App Service instance, however, this bug prevents us from setting a MongoDB/DocDB connection string.

lostintangent commented 7 years ago

This bug was fixed in the Azure CLI, however, I'm keeping this open to remind me to update the tutorial.

lostintangent commented 7 years ago

I updated the tutorial to use the CLI instead of the portal.