Skip to content

Commit

Permalink
added dropdown to partner example file
Browse files Browse the repository at this point in the history
  • Loading branch information
pim-simons committed Jan 20, 2022
1 parent cc9802c commit 220247a
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,11 @@ PS> Set-AzIntegrationAccountPartners -ResourceGroupName 'my-resource-group' -Nam

**Partner JSON Example**
The partner definition is the JSON representation of your partner, this JSON definition can also be viewed in the Azure Portal using https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-partners#edit-a-partner and clicking on `Edit as JSON`.
An example of this file:

<details>

<summary>An example of this file</summary>

```json
{
"name": "MyPartner",
Expand All @@ -353,6 +357,9 @@ An example of this file:
}
```

</details>


## Uploading agreements into an Azure Integration Account

Upload/update a single, or multiple agreements into an Azure Integration Account.
Expand Down

0 comments on commit 220247a

Please sign in to comment.