Ask Your Question
4

How can access to an Azure app be restricted to only another Azure app within the same app service plan?

asked 2022-11-14 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-05-01 23:00:00 +0000

huitzilopochtli gravatar image

To restrict access to an Azure app to only another Azure app within the same app service plan, you can use the "Access restrictions" feature in Azure App Service. Here are the steps:

  1. Open the Azure Portal and navigate to the app that you want to restrict access to.
  2. Click on "Networking" under "Settings" in the left-hand menu.
  3. Under "Access restrictions," click on "Add" to create a new rule.
  4. In the "Add access restriction" pane, enter a name for the rule and select "Service tag" as the rule type.
  5. Select "Virtual Network" as the service tag, and choose the app service plan's virtual network from the dropdown list.
  6. Under "Action," select "Allow access from" and choose "Virtual Network" from the dropdown list.
  7. Click "Add" to save the rule.

This will ensure that only Azure apps within the same app service plan and virtual network can access the app. You can add additional rules if you need to allow access from other specific IP addresses or ranges.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-11-14 11:00:00 +0000

Seen: 14 times

Last updated: May 01 '22