Is this JSON relevant?
未关闭
还没有人认领这个 Issue。
评估
调研方向
检查 ARM-Templates/Add-Event-Subscriptions/azuredeploy.json,尤其是第 35-45 行附近的角色分配,并追踪示例是否在其他位置使用了该角色。确认该角色分配是否为示例所必需;记录结论,并相应更新示例文档或模板。
由索引模型根据 Issue 内容生成。
描述
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.
- 主要语言
- C#
- 星标
- 11
- 派生
- 18
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
Azure-Samples/KeyVault-Rotation-SQLPassword-Csharp 的其他 Issue
-
难度 4/5 3-5 天 新手友好度 20/100
查看 Azure-Samples/KeyVault-Rotation-SQLPassword-Csharp 的全部 Issue
相似的 Issue
-
type/automation type/tech-debt
难度 2/5 1-3 小时 新手友好度 78/100
-
bug
难度 2/5 1-3 小时 新手友好度 88/100
-
t/bug
难度 2/5 1-3 小时 新手友好度 82/100
-
ci-failure-cause test-failure
难度 2/5 1-3 小时 新手友好度 82/100
-
area:auth FE mvp P3
难度 2/5 1-3 小时 新手友好度 88/100
klasolsson81/jobbliggaren#1788 ·