Azure / Azure/AzureStack-QuickStart-Templates
sql-2016-alwayson - Allow all NSG Rule
- Ngôn ngữ chính
- PowerShell
- Star
- 587
- Fork
- 741
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
@JeffGoldner
This resource is added to the NSG which opens up everything.
IMO this does not set a good example, rather leave it default and state something about NSG rules in the readme?
"resources": [
{
"name": "[variables('nsgName')]",
"location": "[resourceGroup().location]",
"type": "Microsoft.Network/networkSecurityGroups",
"apiVersion": "2015-06-15",
"properties": {
"securityRules": [
{
"name": "rule1",
"properties": {
"protocol": "*",
"sourcePortRange": "*",
"destinationPortRange": "*",
"sourceAddressPrefix": "*",
"destinationAddressPrefix": "*",
"access": "Allow",
"priority": 101,
"direction": "Inbound"
}
}
]
}
},
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Bắt đầu bằng cách xác định template sql-2016-alwayson và kiểm tra resource Microsoft.Network/networkSecurityGroups được hiển thị trong issue. Xác định xem có nên xóa rule inbound cho phép rộng hay ghi lại rule này như một tùy chỉnh bắt buộc, sau đó xác thực ARM template kết quả và hành vi của NSG.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- azure
- Lĩnh vực
- cloud, security
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100