Skip to content

Instantly share code, notes, and snippets.

@papeMK2
Created March 20, 2023 08:46
Show Gist options
  • Save papeMK2/75f9c0443409cceb59bbdaffa33423bf to your computer and use it in GitHub Desktop.
Save papeMK2/75f9c0443409cceb59bbdaffa33423bf to your computer and use it in GitHub Desktop.
resource firewall 'Microsoft.Sql/servers/firewallRules@2022-08-01-preview' = {
name: 'AllowAllWindowsAzureIps'
parent: sqlServer
properties: {
startIpAddress: '0.0.0.0'
endIpAddress: '0.0.0.0'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment