Skip to content

Commit

Permalink
Fabric Links (#21)
Browse files Browse the repository at this point in the history
* add the links needed for fabric

* update the readme with us gov map,
fabric us gov removed

* remove trailing spaces

* comment about support only for public regions
  • Loading branch information
ShakutaiGit authored Dec 26, 2024
1 parent 5be5c79 commit d018708
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Following links are available:
- `privatelink.database.windows.net`
- `privatelink.openai.azure.com`
- `privatelink.cognitiveservices.azure.com`
- `privatelink.pbidedicated.windows.net` This link is supported only in public regions.
- `privatelink.analysis.windows.net` This link is supported only in public regions.
- `privatelink.prod.powerquery.microsoft.com` This link is supported only in public regions.


### Service Suffix

Expand Down Expand Up @@ -102,6 +106,17 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

### Reference for Private Link Configurations

For detailed DNS mappings and configurations of private endpoints across environments (Public, US Government, China, Germany),
refer to the official [Azure Private Link Documentation](https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns).

The documentation includes:
- Private DNS zone configurations
- Supported resource types and regional availability
- Environment-specific guidelines (Public, US Government, China, Germany)

If you cannot find a specific private endpoint link in this repository, consult the documentation for the latest details.
## Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
Expand Down
3 changes: 3 additions & 0 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ locals {

}
public = {
"privatelink.pbidedicated.windows.net" = "privatelink.pbidedicated.windows.net",
"privatelink.analysis.windows.net" = "privatelink.analysis.windows.net",
"privatelink.prod.powerquery.microsoft.com" = "privatelink.prod.powerquery.microsoft.com",
"privatelink.azurewebsites.net" = "privatelink.azurewebsites.net",
"privatelink.queue.core.windows.net" = "privatelink.queue.core.windows.net",
"privatelink.table.core.windows.net" = "privatelink.table.core.windows.net",
Expand Down

0 comments on commit d018708

Please sign in to comment.