We use Azure Web Apps with Azure SQL and would like to make this setup more secure by configuring the database firewall to only allow connection from the specific web apps rather than any service in Azure. How can I limit connections to just my Azure services?
相关问题
- running headless chrome in an microsoft azure web
- Docker task in Azure devops won't accept "$(pw
- Register MicroServices in Azure Active Directory (
- Removing VHD's from Azure Resource Manager aft
- Cannot use the Knowledge academic API
相关文章
- SQL Azure Reset autoincrement
- How to cast Azure DocumentDB Document class to my
- Can't get azure web role to run locally using
- Azure WebApp - Unable to auto-detect the runtime s
- How to change region for Azure WebSite
- Azure webjob vs cloud service
- Azure data transfer Identity Column Seed Jumped by
- Download Azure web app?
Assuming that you have an ip address (hosting plan needs to be shared, basic or standard)**:
a) Navigate to SQL Databases >> Servers Tab >> Select the server hosting your database >> Configure Tab
b) Alternatively select your database >> Manage Allowed Ip Address (Right side Quick Glance bar)
**You can view your ip address clicking Manage Domains on the Website Dashboard bottom bar.
There are 4 outbound IP addresses for a Web App which you can look up on the Properties tab for the Web App in the management portal.
You need to add these outbound IP addresses to the Firewall rules.