We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e15b4d commit b6e286cCopy full SHA for b6e286c
1 file changed
.pipelines/azure-pipeline-server.yaml
@@ -41,9 +41,12 @@ jobs:
41
42
az containerapp update -n $(ContainerAppName) -g $(ResourceGroup) --set-env-vars `
43
Authentication__Key=secretref:authkey `
44
+ Authentication__Issuer=$(ServerUrl) `
45
+ Authentication__Audience=$(ServerUrl) `
46
Authentication__AzureDevOpsKey=secretref:extcert `
47
DevOps__PersonalAccessToken=secretref:devopspat `
48
DevOps__Organization=$(DevOpsOrganization) `
49
+ RepositoryAggregation__BadgeServerUrl=$(ServerUrl) `
50
Storage__Mode=TableStorage `
51
Storage__TableStorageConnectionString=secretref:tableconnstring `
52
ASPNETCORE_FORWARDEDHEADERS_ENABLED=true
0 commit comments