Skip to content

Commit

Permalink
Merge pull request #591 from zcarroll4/main
Browse files Browse the repository at this point in the history
Specifiy Backend Credentials in Example Publisher Config #588
  • Loading branch information
waelkdouh authored Jul 18, 2024
2 parents 0f40d19 + 2c7c43f commit e7b1414
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configuration.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e7b1414

Please sign in to comment.