-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Describe the bug
Hi all,
some time ago we have requested a DNS alias to be created for a private link setup of SaaS Service from IPServices. (INC24957080). In the ticket we requested:
azdonedia-platform_dev_internal.privatelink.snowflakecomputing.com ----CNAME---> snowflake-privatelink.azd-onedia-dev.ec1.aws.aztec.cloud.allianz
As a result the URL azdonedia-platform_dev_internal.privatelink.snowflakecomputing.com does not resolve to a private IP of Allianz.
we were trying to use a azure container app, under the Vnet, to connect Snowflake and Celonis
The Subscription is
aztechgpms-r5965-p-LLeOjhdAvl8
The VNet is
vnet-p-gwc1-gpms-rgp-crp
the issues is currently we have tried three DNS in the settings of VNet
- 44.138.68.4, this is the custom DNS that HAS TO be used, so our target system (celonis) can connect to the container app, which is a connector, but this DNS cannot resolve the privatelink, ideally is to add the privatelink entry to this DNS
- 10.252.6.60, this is my AVC DNS, which can resolve the private link, but not able to connect to celonis
- Azure Default DNS, unable to resolve the privatelink, cannot connect to the celonis either.
Could you help us fixing this issue? Or tell us how can that privatlink be added to the 44.138.68.4 DNS?
Related command
DNS
Errors
using nslookup |privatelink| the DNS does not resolve to the correct IP address as my avc DNS does
Issue script & Debug output
none
Expected behavior
correct ip eing resolved
Environment Summary
{
"azure-cli": "2.76.0",
"azure-cli-core": "2.76.0",
"azure-cli-telemetry": "1.1.0",
"extensions": {}
}
Additional context
No response