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

createAppRegistrations scripts can't be run easily by admin #280

Closed asanjabi closed 1 year ago

asanjabi commented 1 year ago

Describe the bug The createAppRegistration scripts use the IS_PROD flag from azd environment, this would mean anyone who is running the script needs to have azd and same environment setup on their system. It would be better if it was passed in as a value, this way a user with not enough permissions can have an admin run the script for them.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior Ability to easily have an admin run the script without having to have their environment configured.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

KSchlobohm commented 1 year ago

migrated to 1852568