In this video I have addressed - Azure Container Apps “Real World” Networking Scenarios -
Content-web UI Application accessible over internet, content-api accessible only inside container app environment.
Content-web UI Application accessible over private network only (from other VNETs), content-api accessible only inside container app environment.
Content-web UI Application accessible over private network only (from other VNETs), content-api accessible outside of container app environment, and over private network (from other VNETs).
Content-web UI Application accessible over internet, content-api accessible outside of container app environment, and over private network (from other VNETs).
Content-web UI and Content-api both accessible over internet.
Failed to provision IP address: Subscription is not registered for feature Microsoft.Network/AllowBringYourOwnPublicIpAddress required to carry out the requested operation
Solution run below command in azure cli on portal -
az feature register --name AllowBringYourOwnPublicIpAddress --namespace Microsoft.Network
Recently one of my customer had to go through painful journey of API Management inbound public IP change. This public IP was whitelisted to all client apps, external WAF services, xternal partner application and so on. This overall change of whitelisting of public IP was required at 350+ locations. While the best way is to use domain whitelisting not all firewalls or devices support domain based whitelisting. Or some org still work on public ip whitelisting only. In this scenarios, keeping api management public IP static becomes extremely important.
I am going to show you the way of azure api management provisioning by which you can always get the static public IP address for inbound traffic.
In this video I will talk about –
- Which network option should be used for API Management provisioning
- How you can attach public IP of your choice to Azure api management.
In my latest YouTube video, I walk you through a No-Code solution using Azure Logic Apps to set up automated email alerts for Azure Key Vault secret and key expiration — all powered by Event Grid.
📌 Use this in real-world production to improve your cloud security posture and automate compliance and governance.
✅ What you'll learn:
How Azure Key Vault emits expiration events
How to handle SubscriptionValidationEvent correctly
Setting up Logic Apps to send email alerts — with zero code
Limitations of near-expiry events and custom alert workarounds