Skip to content

Commit

Permalink
Corrected backend key casing: resourceid to resourceId (#691)
Browse files Browse the repository at this point in the history
Co-authored-by: Stewart Middler <stewart.middler@stormid.com>
  • Loading branch information
smiddler and stewartmiddlerstormid authored Nov 1, 2024
1 parent 478e03a commit 5c99038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ backends:
- name: helloworldfromfuncapp
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"
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": [
Expand All @@ -52,7 +52,7 @@ backends:
- name: LogicApp_helloworldfromlogicapp_rg-apim-lab_77fadbdc74f14ce88962b34400a1f170
properties:
url: "https://prod-75.eastus.logic.azure.com/workflows/[guid goes here]/triggers"
resourceid: "https://management.azure.com/subscriptions/[subscription Guid goes here]/resourceGroups/rg-apim-lab-prod/providers/Microsoft.Logic/workflows/helloworldfromprodlogicapp"
resourceId: "https://management.azure.com/subscriptions/[subscription Guid goes here]/resourceGroups/rg-apim-lab-prod/providers/Microsoft.Logic/workflows/helloworldfromprodlogicapp"
apis:
- name: demo-conference-api
diagnostics:
Expand Down

0 comments on commit 5c99038

Please sign in to comment.