Christian

User Secrets in Visual Studio

Beside the normal project file based secrets Azure Function solution have another way of configuring user secrets.The project file contains the following property: The UserSecretsId can be found as directory name with a secrets.json file%appdata%\Microsoft\UserSecrets\e49ded1f-262d-428b-81bb-3fd6941e1261´\secrets.jsonThis contains the typical settings as else be found in local.settings.json: In addition there is also an option to open it

User Secrets in Visual Studio Read More »

Configuration of Azure Support Tools

Azure KeyVault Explorer The Azure KeyVault Explorer https://github.com/microsoft/AzureKeyVaultExplorer seems to be for MS internal usage. The standard configuration is just supporting Microsoft Internal accounts. To change this go to the settings and correct the Authority to https://login.microsoftonline.com/common/ (from default https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47)

Configuration of Azure Support Tools Read More »