Firewall rules for Azure App service, and Azure SQL Managed Instance

salilsingh-9961 346 Reputation points
2023-01-15T14:46:11.0033333+00:00

Hi Team,

I have a requirement where I need to deploy below

  1. a. code(.net) from a Github pipeline to an Azure App service and b. Migrate an on premises SQL Server database to Azure SQL Managed Instance Database.

2.a. Code (.net) from a Github pipeline to IIS of an Azure Virtual machine.

b. Migrate an on-premises SQL Server to another SQL Server on an Azure Virtual machine.

Can you please mention the firewall rules for 1a, 1b and 2a, 2b.

please let me know if more information required from my side.

Thanks,

Salil

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,909 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Silvia Wibowo 3,011 Reputation points Microsoft Employee
    2023-01-16T03:54:42.6366667+00:00

    Hi @salilsingh-9961 ,

    1.a. Are you sure you want to include 2000+ IP addresses into App Service access list? See the IP addresses for GitHub Actions from https://api.github.com/meta. Script is available from stackoverflow answer.

    2.a. GitHub Actions do not deploy directly to Azure Virtual Machine (VM). GitHub Actions -> VM Image, which will be used to create Azure VM or Azure VM Scale Set.

    0 comments No comments