@Andrea ,
Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
From the document, I see you would like to access a PaaS Service using a Private IP in Azure.
- You can look at a combination of Azure VPN Gateway and Private Link Service to achieve this.
- Azure VPN Gateway : Azure VPN Gateway is a service that can be used to send encrypted traffic between an Azure virtual network and on-premises locations over the public Internet.
- Azure Private EndPoint : A private endpoint is a network interface that uses a private IP address from your virtual network. This network interface connects you privately and securely to a service that's powered by Azure Private Link. By enabling a private endpoint, you're bringing the service into your virtual network. This could be
- your own service, using Private Link service.
- or other Azure services such as
- Azure Storage
- Azure Cosmos DB
- Azure SQL Database and etc as mentioned here
Hope this helps. Please let me know if you have any queries on this
Cheers,
Kapil