Merge pull request #591 from zcarroll4/main
Specifiy Backend Credentials in Example Publisher Config #588
This commit is contained in:
Коммит
e7b1414f62
|
@ -41,6 +41,14 @@ backends:
|
||||||
properties:
|
properties:
|
||||||
url: "https://helloworldfromprodfuncapp.azurewebsites.net/api"
|
url: "https://helloworldfromprodfuncapp.azurewebsites.net/api"
|
||||||
resourceid: "https://management.azure.com/subscriptions/[subscription Guid goes here]/resourceGroups/rg-apim-lab-prod/providers/Microsoft.Web/sites/helloworldfromprodfuncapp"
|
resourceid: "https://management.azure.com/subscriptions/[subscription Guid goes here]/resourceGroups/rg-apim-lab-prod/providers/Microsoft.Web/sites/helloworldfromprodfuncapp"
|
||||||
|
credentials:
|
||||||
|
header:
|
||||||
|
"INSERT-HEADER-NAME": [
|
||||||
|
"***********INSERT HARDCODED VALUE***************"
|
||||||
|
]
|
||||||
|
"INSERT-HEADER-NAME-2": [
|
||||||
|
"{{INSERT SAVED NAME VALUE}}"
|
||||||
|
]
|
||||||
- name: LogicApp_helloworldfromlogicapp_rg-apim-lab_77fadbdc74f14ce88962b34400a1f170
|
- name: LogicApp_helloworldfromlogicapp_rg-apim-lab_77fadbdc74f14ce88962b34400a1f170
|
||||||
properties:
|
properties:
|
||||||
url: "https://prod-75.eastus.logic.azure.com/workflows/[guid goes here]/triggers"
|
url: "https://prod-75.eastus.logic.azure.com/workflows/[guid goes here]/triggers"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче