-
Notifications
You must be signed in to change notification settings - Fork 924
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
docs(framework) Add how-to-guide to run Flower on Microsoft Azure VM instances #4625
Conversation
dstripelis
commented
Dec 3, 2024
- Added how-to-guide for deploying Flower on Azure VM instances.
- Describe steps to configure VM environment and network port rules.
- Describe steps to spawn 1 SuperLink and 2 SuperNodes and run a Flower app on the Azure cluster.
- **Virtual machine name**: for instance, for the server machine we can use | ||
``flower-server`` and for the clients, ``flower-client-1``, ``flower-client-2``, | ||
respectively. | ||
- **Image**: for this guide, we will use ``Ubuntu Server 24.04 - x64 Gen2 LTS`` | ||
- **Size**: for this guide, we will use ``Standard_D2s_v3 - 2 vcpus, 8GiB memory`` | ||
|
||
.. tip:: | ||
|
||
For resource group, we can create a new group and assign it to all VMs. |
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.
Wouldn't all this benefit from a screenshot? or do you think it's better like this?
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 thought the same. However, if we add a screenshot then we might have to capture the entire Azure portal and mark the specific sections, which might be illegible. We can add a screenshot though if need to.
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 last commit I placed this information inside a table to improve readability. Maybe that looks a bit better.
…oved detailed installation instructions of Python and Flower env, moved the authentication and TLS references in a note section, and added Docker reference for Flower env inside a note section.
…d authentication are missing from this guide.