-
Notifications
You must be signed in to change notification settings - Fork 330
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
Adds Azure Function PowerShell guide #6526
base: main
Are you sure you want to change the base?
Conversation
3d693e2
to
7e5b133
Compare
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.
Awesome work on this guide! I left some comments for you to check out. Overall, just a few tweaks to make it even clearer. 😉
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.
This guide is quite detailed, providing an in-depth explanation of the entire setup process. However, it might be an idea to split it into more focused files, each dedicated to a separate section, to make it more digestible. Here’s a suggestion:
- Overview and Prerequisites
- Setting up Azure resources
- Setting up a local project
- Creating Functions
- Granting permissions and deployment
- Testing the functions
Additionally, the Overview page could include a list of all the pages that you'll need to follow for the guide.
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.
In the future we're planning to add more guides on how to use CLI in automation tools, right? If we split it into multiple pages, won't it become messy and difficult to find your way around?
Co-authored-by: Jasey Waegebaert <[email protected]>
Closes #5943
On hold until the following PRs are available in a stable release: