PowerPAC contains a Proxy Auto-Configuration (PAC) setup for Microsoft cloud workloads, focused on:
- Dynamics 365 Contact Center
- Microsoft Teams Calling
- Dynamics 365 / Power Platform required services
power.pac: PAC file used by clients/browsers.- Flat PAC logic (single
FindProxyForURLwith inline loop, no helper functions). - Hosts listed in
PROXY_HOST_PATTERNSare routed via proxy. - Non-listed hosts use
DIRECT. - Route variables used by the PAC:
HTTP_PROXY_ROUTE = PROXY 10.194.0.4:9080HTTPS_PROXY_ROUTE = PROXY 10.194.0.4:9443
- Flat PAC logic (single
- Ready-to-use Blob SAS URL for Azure Firewall Explicit Proxy PAC configuration:
- Azure Firewall Explicit Proxy documentation:
research-contact-center-teams-calling.md: source references and endpoint research notes.CODEX_PAC_UPDATE_PROMPT.md: reusable prompt for future Codex-driven PAC maintenance.
This repository is intended for maintaining endpoint allow/bypass behavior for the above Microsoft workloads.
For major scope changes (for example sovereign clouds or non-Microsoft services), update research references before editing power.pac.