Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.68 KB

File metadata and controls

23 lines (17 loc) · 1.68 KB

Enable Tests against Live Server

Prerequisites

Usage

Create or use an existing Configuration Store.

For users that have access to the Azure SDK Developer Playground subscription, run:

  1. az login

  2. az extension add -n appconfig

  3. az appconfig credential list -n azconfig

    Note: If you see the error similar to: InvalidResourceNamespace - The resource namespace 'Microsoft.Azconfig' is invalid. make sure to add the subscription Azure SDK Developer Playground as your active subscription. To do this:

    1. Check your active subscription value by doing az account show
    2. Set default az account set --subscription {Name or ID of subscription}
    3. Double check your active subscription value by doing az account show
  4. From the output, get the first connection string and add it as APP_CONFIG_CONNECTION environment variable's value.

  5. Make sure to restart VS or the environment where the tests are running.

Impressions