Add an example of sql security alert policy (#241)

* add example of sql security alert policy

---------

Co-authored-by: Nanxuan Xu <nanxu@microsoft.com>
This commit is contained in:
mybayern1974
2023-09-04 10:24:34 +08:00
committed by GitHub
parent 9a2f9b8af3
commit 8659e09ccb
4 changed files with 104 additions and 0 deletions

View File

@ -0,0 +1,16 @@
terraform {
required_version = ">=1.0"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.0"
}
random = {
source = "hashicorp/random"
version = "~>3.0"
}
}
}
provider "azurerm" {
features {}
}