How to Restricting access to resources in azure to specific ip address

Trouble1 Trouble1 1 Reputation point
2021-03-05T06:50:00.297+00:00

I have too many resources like storage accounts, key vaults, vm, app services etc. And I want them to accessed via specific IP address.
Its bit difficult to restrict one by one for each resources, is there any way from which I can restrict all the resources with just one setting?

Azure Network Watcher
Azure Network Watcher
An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.
159 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. suvasara-MSFT 10,011 Reputation points
    2021-03-11T15:07:43.273+00:00

    @Trouble1 Trouble1 , apologies for the delay in response. You should be able to restrict all inbound and outbound connections to Azure resources with respect to IP address using NSG's. But all those resources should be VNET-connected.

    ----------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.