Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
361 stars 115 forks source link

Describe Azure subscription requirements #288

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

Todo

  1. Update the pre-requisites of the guide to describe the azure RBAC required to provision (User Access Administrator, and Contributor)
asanjabi commented 1 year ago

I believe "Role Based Access Control Administrator" role would be enough instead of "User Access Administrator", it is in preview now.

KSchlobohm commented 1 year ago

I believe "Role Based Access Control Administrator" role would be enough instead of "User Access Administrator", it is in preview now.

Good to know! We can give it a test with our pipeline.

KSchlobohm commented 1 year ago

migrated to 1852550