Skip to content

Commit 5f8ce68

Browse files
authored
Update configuration.prod.yaml
Make sure you replace your own values in your own environment
1 parent 1f5e232 commit 5f8ce68

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

configuration.prod.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namedValues:
66
- name: mysecretvalue
77
displayName: mysecretvalue
88
keyVault:
9-
identityClientId: [your guid goes here]
9+
identityClientId: [idnetity client id goes here]
1010
secretIdentifier: [your url here]
1111
- name: testSecret
1212
displayName: testSecret
@@ -23,15 +23,19 @@ loggers:
2323
diagnostics:
2424
- name: applicationinsights
2525
verbosity: Error
26-
loggerId: "/subscriptions/[subscripotion id]/resourceGroups/rg-apim-lab-prod/providers/Microsoft.ApiManagement/service/apim-prod-wk-05102022/loggers/apim-lab-prod-insights"
26+
loggerId: "/subscriptions/[subscription Guid goes here]/resourceGroups/rg-apim-lab-prod/providers/Microsoft.ApiManagement/service/apim-prod-wk-05102022/loggers/apim-lab-prod-insights"
2727
apis:
2828
- name: demo-conference-api
2929
diagnostics:
3030
- name: applicationinsights
3131
verbosity: Error
32-
loggerId: "/subscriptions/[subscripotion id]/resourceGroups/rg-apim-lab-prod/providers/Microsoft.ApiManagement/service/apim-prod-wk-05102022/loggers/apim-lab-prod-insights"
32+
loggerId: "/subscriptions/[subscription Guid goes here]/resourceGroups/rg-apim-lab-prod/providers/Microsoft.ApiManagement/service/apim-prod-wk-05102022/loggers/apim-lab-prod-insights"
3333
- name: myapi
3434
serviceUrl: https://mysite.com
3535
backends:
36-
- name: mybackend
37-
url: https://myenvironmenturl.com
36+
- name: helloworldfromfuncapp
37+
url: "https://helloworldfromprodfuncapp.azurewebsites.net/api"
38+
resourceid: "https://management.azure.com/subscriptions/[subscription Guid goes here]/resourceGroups/rg-apim-lab-prod/providers/Microsoft.Web/sites/helloworldfromprodfuncapp"
39+
- name: LogicApp_helloworldfromlogicapp_rg-apim-lab_77fadbdc74f14ce88962b34400a1f170
40+
url: "https://prod-75.eastus.logic.azure.com/workflows/[guid goes here]/triggers"
41+
resourceid: "https://management.azure.com/subscriptions/[subscription Guid goes here]/resourceGroups/rg-apim-lab-prod/providers/Microsoft.Logic/workflows/helloworldfromprodlogicapp"

0 commit comments

Comments
 (0)