Merge pull request #591 from zcarroll4/main

Specifiy Backend Credentials in Example Publisher Config #588
This commit is contained in:
Wael Kdouh 2024-07-18 12:44:11 +00:00 коммит произвёл GitHub
Родитель 0f40d197d4 2c7c43f48f
Коммит e7b1414f62
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -41,6 +41,14 @@ backends:
properties:
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"
credentials:
header:
"INSERT-HEADER-NAME": [
"***********INSERT HARDCODED VALUE***************"
]
"INSERT-HEADER-NAME-2": [
"{{INSERT SAVED NAME VALUE}}"
]
- name: LogicApp_helloworldfromlogicapp_rg-apim-lab_77fadbdc74f14ce88962b34400a1f170
properties:
url: "https://prod-75.eastus.logic.azure.com/workflows/[guid goes here]/triggers"