Skip to content

Commit

Permalink
Update modules/Microsoft.Web/sites/.test/FunctionAppCommon/deploy.tes…
Browse files Browse the repository at this point in the history
…t.bicep

Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com>
  • Loading branch information
AlexanderSehr and eriqua authored Nov 25, 2022
1 parent 6234b84 commit 2340be4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module testDeployment '../../deploy.bicep' = {
appInsightId: resourceGroupResources.outputs.applicationInsightsResourceId
appSettingsKeyValuePairs: {
AzureFunctionsJobHost__logging__logLevel__default: 'Trace'
EASYAUTH_SECRET: 'https://<<namePrefix>>-KeyVault.${environment().suffixes.keyvaultDns}/secrets/Modules-Test-SP-Password'
EASYAUTH_SECRET: 'https://<<namePrefix>>-KeyVault${environment().suffixes.keyvaultDns}/secrets/Modules-Test-SP-Password'
FUNCTIONS_EXTENSION_VERSION: '~4'
FUNCTIONS_WORKER_RUNTIME: 'dotnet'
}
Expand Down

0 comments on commit 2340be4

Please # to comment.