Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BAP endpoint to required IP configuration #1311

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions articles/ip-address-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ author: masisley
contributors:
- v-aangie
- jpapadimitriou
- whiver
ms.subservice: cloud-flow
ms.topic: conceptual
ms.date: 04/17/2023
Expand Down Expand Up @@ -54,6 +55,10 @@ The following table lists the services to which Power Automate connects. Ensure
|login.partner.microsoftonline.cn|https|Access to the Power Automate for desktop cloud discovery|
|s2s.config.skype.com<br>use.config.skype.com|https|Access to preview features managed through flighting and configuration endpoints.|
|s2s.config.ecs.infra.gov.teams.microsoft.us|https|Access to preview features managed through flighting and configuration endpoints for US government cloud.|
| *.api.bap.microsoft.com | https | Access to several Business App Platform APIs. |
| *.api.bap.microsoft.us | https | Access to several Business App Platform APIs (U.S. Government only). |
| *.api.bap.appsplatform.us | https | Access to several Business App Platform APIs (U.S. Government - DoD only). |
| *.api.bap.partner.microsoftonline.cn | https | Access to several Business App Platform APIs (21Vinaet - China only). |
| *.api.powerplatform.com | https | Access to several Power Platform APIs. |
| *.api.gov.powerplatform.microsoft.us | https | Access to several Power Platform APIs (U.S. Government - GCC only). |
| *.api.high.powerplatform.microsoft.us | https | Access to several Power Platform APIs (U.S. Government - GCC High only). |
Expand Down