-
Notifications
You must be signed in to change notification settings - Fork 185
[Feat] Updated the Azure Tutorial page in the Layer5 Docs #1045
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
Merged
banana-three-join
merged 3 commits into
layer5io:master
from
banana-three-join:feature/banana-three-join/azure-resources-tutorial
Jun 1, 2026
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,6 +28,7 @@ Before you begin, ensure you have the following: | |
| Installed and authenticated (`az login`) in your local shell. | ||
| 5. **cert-manager** | ||
| Installed in your Kubernetes cluster (required by Azure Service Operator). | ||
| 6. **Meshery Catalog Extension**: The Meshery Catalog extension enabled within your Meshery environment to access pre-configured cloud-native design patterns. | ||
|
|
||
|
|
||
| ### Table of Contents | ||
|
|
@@ -107,25 +108,25 @@ Azure Service Operator requires a Kubernetes secret with your Azure identity: | |
|
|
||
| ### 4. Design and Deploy an Azure Storage Account | ||
|
|
||
| 1. In the Meshery UI, navigate to **Kanvas**. | ||
| 2. Click **Catalog**, filter by **Azure**, and select the **StorageAccount** design. | ||
| 3. Click **Clone** to add it to your canvas. | ||
| 4. Configure the following properties: | ||
|
|
||
| 1. Click on **Components**, search for **Azure Storage**, and add the **Storage Account** to the design area. | ||
| [Select Components](../images/deploy-azure-storage-account-with-meshery/select-components.png) | ||
| [Search Storage Account](../images/deploy-azure-storage-account-with-meshery/search-storage-account.png) | ||
| 2. Configure the **Storage Account** to fit your needs. | ||
| [Config Storage Account](../images/deploy-azure-storage-account-with-meshery/config-storage-account.png) | ||
| 3. Configure the following properties: | ||
| * `resourceGroupName` | ||
| * `location` (e.g., `eastus`) | ||
| * `accountName` | ||
| * `accessTier` (`Hot` or `Cool`) | ||
| 5. Click **Actions → Deploy**. | ||
|
|
||
| 4. Click **Actions → Deploy**. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This shall remain 4, if you don't consider the previous suggestion by gemini. resolve accordinly |
||
| [Deploy Storage Account](../images/deploy-azure-storage-account-with-meshery/deploy-storage-account.png) | ||
|
|
||
|
|
||
| ### 5. Verify Deployment | ||
|
|
||
| * **Azure Portal**: Confirm the new Storage Account appears in your specified resource group. | ||
|
|
||
|
|
||
|
|
||
| ### 6. Conclusion | ||
|
|
||
| You have successfully: | ||
|
|
||
Binary file added
BIN
+155 KB
...s/tutorials/images/deploy-azure-resources-with-meshery/clone-azure-operator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+746 KB
...orials/images/deploy-azure-resources-with-meshery/configure-secret-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+772 KB
.../tutorials/images/deploy-azure-resources-with-meshery/deploy-azure-operator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+138 KB
.../tutorials/images/deploy-azure-resources-with-meshery/search-azure-operator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+264 KB
...as/tutorials/images/deploy-azure-resources-with-meshery/start-from-template.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+506 KB
...als/images/deploy-azure-storage-account-with-meshery/config-storage-account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+490 KB
...als/images/deploy-azure-storage-account-with-meshery/deploy-storage-account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+546 KB
...als/images/deploy-azure-storage-account-with-meshery/search-storage-account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+525 KB
...utorials/images/deploy-azure-storage-account-with-meshery/select-components.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Steps 2 and 3 are redundant as they both describe configuring the Storage Account. Merging them into a single step improves the flow of the tutorial.
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.
Can prolly skip this or include, whatever you think might be a good read