-
Notifications
You must be signed in to change notification settings - Fork 705
Added blog for Azure support by meshery #2268
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
Open
Paladian78
wants to merge
5
commits into
meshery:master
Choose a base branch
from
Paladian78:blog/azure-support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
fd5b592
added blog for Azure support by meshery
Paladian78 147b265
Update collections/_posts/2025/06/25/2025-06-26-meshery-support-for-a…
Paladian78 a375ecd
Update collections/_posts/2025/06/25/2025-06-26-meshery-support-for-a…
Paladian78 236c400
Update collections/_posts/2025/06/25/2025-06-26-meshery-support-for-a…
Paladian78 4112bdf
Merge branch 'master' into blog/azure-support
vr-varad 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
59 changes: 59 additions & 0 deletions
59
collections/_posts/2025/06/25/2025-06-26-meshery-support-for-azure.md
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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
title: Meshery Now Supports Azure | ||
subheading: Build, Design, and Deploy your Azure infrastructure with ease | ||
date: 2025-06-26 | ||
author: Yogendar Singh | ||
categories: | ||
- meshery | ||
- azure | ||
- integration | ||
redirect_from: /blog/meshery-support-for-azure | ||
featured-image: /assets/images/logos/meshery-logo-dark-text-side.svg | ||
--- | ||
|
||
Heyy Folks!! | ||
|
||
Meshery Now Supports Azure: Build, Design, and Deploy with Ease | ||
|
||
We’re thrilled to announce that Meshery now supports Azure resources, making it easier than ever to bring your Azure cloud infrastructure into your cloud native workflows. With this new integration, you can design your infrastructure visually in Meshery’s designer and deploy it seamlessly all in one place | ||
|
||
## What’s New? | ||
|
||
|
||
#### 1. Discover and Manage Azure Resources | ||
|
||
Meshery can now discover and manage 234 different Azure resources directly from the platform. This expanded support means you can bring a wide variety of Azure services into your workflows, enabling unified management of your entire cloud environment in one place. | ||
|
||
#### 2. Visual Infrastructure Design | ||
|
||
With Meshery’s intuitive designer, you can visually model your Azure infrastructure. Simply drag and drop Azure resources, create relationships, and watch your architecture come together in real time, no coding required. This makes planning and optimizing your deployments easier and more efficient. | ||
|
||
#### 3. Built-In Support for Azure resources connections | ||
|
||
Meshery now includes built-in capabilities to support and recognize existing connections among Azure services. Thanks to the smart relationship engine, you can establish and validate connections between Azure components with just a click, ensuring seamless integration and smooth operation. | ||
|
||
#### 4. Seamless Deployment | ||
|
||
Once your design is ready, deploy your Azure resources directly through Meshery. Meshery integrates with the Azure Service Operator, helping you automate and manage Azure services alongside your other cloud native components effortlessly. This integrated workflow streamlines the process from design to deployment, helping you move faster and reduce manual errors. | ||
|
||
|
||
## How to Get Started with Azure in Meshery | ||
|
||
1. **Try out the Meshery Playground** to explore the features hands-on. | ||
2. **Connect to your Kubernetes cluster** via the Lifecycle tab in Meshery. | ||
3. **Open Kanvas** and select the **Azure-template** from the existing catalogue. | ||
4. **Create an Azure service principal** with Contributor permissions to enable deployment. | ||
5. **Update the `aso-controller-secret`** in Meshery with your service principal details (this step is essential). | ||
6. **Drag and drop Azure components** onto the canvas, build your design, and deploy your infrastructure. | ||
7. **Watch your Azure resources deploy seamlessly** through Meshery’s integrated workflow. | ||
|
||
For a detailed, step-by-step guide, please visit our [official documentation](#). | ||
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. https://docs.meshery.io/guides/tutorials/deploy-azure-resources-with-meshery you can use this link for official documentation |
||
|
||
|
||
## Join Us in Shaping the Future | ||
|
||
Meshery is open source and thrives on community contributions. We invite you to try out the new Azure integration, provide feedback, and help us make cloud native management even better. Whether you’re running a single cluster or managing complex multi-cloud deployments, Meshery is here to help you simplify the process. | ||
|
||
Let’s build, connect, and innovate—together! | ||
|
||
--- |
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.
The link to the official documentation is currently a placeholder (
#
). Update this with the correct URL to provide users with a functional link.