-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add operations scripts for maintaining infrastructure #4103
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't comment much on the scripts themselves. I haven't written bash scripts anywhere that complexity ;) Glad to see the documentation and get this in. Just want to also confirm that there's nothing in here that could be a security concern in terms of content, config, etc.
@awentzel please add the appropriate feat, fix, or chore flag to the title of this PR. |
Thanks Jane for the suggestion. Co-authored-by: Jane Chu <7559015+janechu@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming this is a multi-stage approach, I was able to get the scripts running and after selecting westus got a permissions error which was expected as I don't apparently have permissions for that.
Description
This merges CLI work for managing the Azure infrastructure. These scripts perform operations for creating new services, destroying old services, and updating existing services. This is beta and mostly usable with some features yet to be implemented which are documented in comments and with GH issues.
This begins a FAST CLI extending the Azure CLI simplified maintainability with consistency, speed, and reliability.
Motivation & context
To provide an equal ability for all collaborators to perform common service needs. For example, perform release deployments of websites.
Issue type checklist
Is this a breaking change?
Adding or modifying component(s) in
@microsoft/fast-components
checklistProcess & policy checklist