https://pulumi.com logo
Title
a

ancient-night-64850

09/01/2021, 2:48 PM
Azure SQL Server created with typescript. Anyone know how to enable this firewall rule?
a

ancient-night-64850

09/01/2021, 5:51 PM
no, that is not specific to Azure SQl Server
figured it out const allAzureFirewall = new azure_native.sql.FirewallRule("allow-all-azure-services", {     startIpAddress: "0.0.0.0",     endIpAddress: "0.0.0.0",     firewallRuleName: "allow-all-azure-services",     resourceGroupName: resourceGroup.name,     serverName: sqlServer.name });