You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Versions
terraform: 1.9.7
azure provider: 3.116.0
module: 6.1.0
Description
Describe the bug
As part of the CAF deployment, a Private DNS Zone is created for privatelink.analysis.windows.net. Custom CNAME records need to be added to this Private DNS Zone in order to resolve any PowerBI.com site. There is no "*.powerbi.com" CNAME for the Canada endpoint of PowerBI.com.
Steps to Reproduce
Deploy the CAF
Deploy Private DNS Resolver in a spoke connected to the vWAN Hub
Update the CAF deployment to link the Private DNS Zones to the Private DNS Resolver VNet
Configure Azure Firewall as a DNS Proxy, directing traffic to the Private DNS Resolver
Deploy an Azure Landing Zone spoke, connected to the vWAN Hub (ensure that custom DNS is configured to route DNS requests to the Azure Firewall)
Deploy a VM inside the spoke VNet
Attempt to access PowerBI.com, and/or deploy the PowerBI Data Gateway
Unable to reach PowerBI.com
Screenshots
Additional context
Similar to the following reporting GitHub Issue (Bug Report app.powerbi.com), to resolve this issue we had to create 2 custom DNS CNAME records in the privatelink.analysis.windows.net Private DNS Zone.
However, when using https://www.digwebinterface.com/ to resolve the public DNS records for app.powerbi.com (specifically from Canada), we get the following output:
app.powerbi.com. 1898 IN CNAME app.privatelink.analysis.windows.net.
app.privatelink.analysis.windows.net. 272 IN CNAME 997de1ee-c405-4364-8b90-eb6f601a6af2.trafficmanager.net.
997de1ee-c405-4364-8b90-eb6f601a6af2.trafficmanager.net. 300 IN CNAME app-pbi-wfe-canada-central-v3.pbi-wfe-canada-central-v3-ase.p.azurewebsites.net.
app-pbi-wfe-canada-central-v3.pbi-wfe-canada-central-v3-ase.p.azurewebsites.net. 30 IN CNAME waws-prod-yt1-0eca9383.sip.p.azurewebsites.windows.net.
waws-prod-yt1-0eca9383.sip.p.azurewebsites.windows.net. 1898 IN A 52.228.81.160
The same thing applies to the api.powerbi.com endpoint, which has the following output (again, specifically from Canada):
api.powerbi.com. 3600 IN CNAME api.privatelink.analysis.windows.net.
api.privatelink.analysis.windows.net. 120 IN CNAME 03be66dd-3487-4b89-a8d9-89ade6381a91.trafficmanager.net.
03be66dd-3487-4b89-a8d9-89ade6381a91.trafficmanager.net. 300 IN CNAME wabi-canada-central-redirect.analysis.windows.net.
wabi-canada-central-redirect.analysis.windows.net. 120 IN CNAME wabi-canada-central-comp-ev2.canadacentral.cloudapp.azure.com.
wabi-canada-central-comp-ev2.canadacentral.cloudapp.azure.com. 10 IN A 52.228.81.168
So unlike the referenced GitHub Issue, which shows a CNAME of pbi-wfe-us-north-central.powerbi.com after the Traffic Manager CNAME, there is no *.powerbi.com CNAME record in the daisy-chain/path when resolving PowerBI.com from Canada.
Per the referenced GitHub Issue, the daisy-chain should be...
In our opinion, this is something that the PowerBI Product Group should be consulted on, since this is directly related to how PowerBI is hosted and accessible from Canada.
The text was updated successfully, but these errors were encountered:
Community Note
Versions
Description
Describe the bug
As part of the CAF deployment, a Private DNS Zone is created for
privatelink.analysis.windows.net
. Custom CNAME records need to be added to this Private DNS Zone in order to resolve any PowerBI.com site. There is no "*.powerbi.com" CNAME for the Canada endpoint of PowerBI.com.Steps to Reproduce
Screenshots
Additional context
Similar to the following reporting GitHub Issue (Bug Report app.powerbi.com), to resolve this issue we had to create 2 custom DNS CNAME records in the
privatelink.analysis.windows.net
Private DNS Zone.However, when using https://www.digwebinterface.com/ to resolve the public DNS records for
app.powerbi.com
(specifically from Canada), we get the following output:The same thing applies to the
api.powerbi.com
endpoint, which has the following output (again, specifically from Canada):So unlike the referenced GitHub Issue, which shows a CNAME of
pbi-wfe-us-north-central.powerbi.com
after the Traffic Manager CNAME, there is no*.powerbi.com
CNAME record in the daisy-chain/path when resolving PowerBI.com from Canada.Per the referenced GitHub Issue, the daisy-chain should be...
When we check the path/chain for Canada, there is no {REGION-BASED}.powerbi.com CNAME between Traffic Manager and the ASE.
DNS CNAME Records
We had to create the following CNAME records in the
privatelink.analysis.windows.net
Private DNS Zone:In our opinion, this is something that the PowerBI Product Group should be consulted on, since this is directly related to how PowerBI is hosted and accessible from Canada.
The text was updated successfully, but these errors were encountered: