Is this JSON relevant?

Đang mở
#2 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức phù hợp với người mới
35/100
Loại issue
Tài liệu
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
azure, csharp
Lĩnh vực
cloud

Hướng nghiên cứu

Xem xét ARM-Templates/Add-Event-Subscriptions/azuredeploy.json, đặc biệt là việc gán vai trò quanh các dòng 35-45, và truy vết xem sample có sử dụng vai trò đó ở nơi nào khác hay không. Xác nhận liệu việc gán vai trò có cần thiết cho sample hay không; ghi lại kết luận và cập nhật tài liệu của sample hoặc template cho phù hợp.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

This issue is for a: (mark with an x)
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [X] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Does the following JSON matter in this sample:

            "type": "Microsoft.Sql/servers/providers/roleAssignments",
            "apiVersion": "2018-09-01-preview",
            "name": "[concat(parameters('sqlServerName'), '/Microsoft.Authorization/', guid(uniqueString(parameters('sqlServerName'))))]",
            "dependsOn": [
                "[resourceId('Microsoft.Web/sites', parameters('functionAppName'))]"
            ],
            "properties": {
                "roleDefinitionId": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Authorization/roleDefinitions/', '6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437')]",
                "principalId": "[reference(resourceId('Microsoft.Web/sites', parameters('functionAppName')),'2019-08-01', 'Full').identity.principalId]"
            }
	    },

It doesn't seem like the role is needed anywhere.

Ngôn ngữ chính
C#
Star
11
Fork
18
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của Azure-Samples/KeyVault-Rotation-SQLPassword-Csharp

Tất cả issue của Azure-Samples/KeyVault-Rotation-SQLPassword-Csharp

Issue tương tự

Thêm issue về C#

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.