Skip to content
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

Add Azure Classic v6 blog post #12915

Merged
merged 5 commits into from
Sep 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions content/blog/azure-v6-release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ tags:
The latest major release of the Azure Classic Pulumi Provider is available now!
Our 6.0 release contains the [latest upstream changes](https://github.com/hashicorp/terraform-provider-azurerm/releases/tag/v4.0.1) to keep you up-to-date along with the latest features and improvements from Pulumi.
danielrbradley marked this conversation as resolved.
Show resolved Hide resolved

The Pulumi Azure Native provider is our recommended approach for building on Azure which is generated directly from the API specifications so has amazing resource coverage.
The Azure Classic provider is derived from the upstream Terraform AzureRM provider and can also be used to provision most resources on Azure, and can be used in conjunction with the Native Provider where needed as a useful alternative.
The Azure Classic provider is derived from the upstream Terraform AzureRM provider and can also be used to provision most resources on Azure, and can be used to complement the [Pulumi Azure Native provider](https://www.pulumi.com/registry/packages/azure-native/) - our recommended provider which has amazing resource coverage due to being derived directly from the official specifications.
danielrbradley marked this conversation as resolved.
Show resolved Hide resolved
The provider is open source and available on GitHub so you can always follow along with current issues and developments, or even open your first pull request.

<!--more-->
Expand Down Expand Up @@ -59,7 +58,7 @@ Over the last two years, we have added support for several new modules. Among th

### API Coverage Growth

The below chart shows the growth of this provider by resource, function, and supporting types since Version 7.
The below chart shows the growth of this provider by resource, function, and supporting types since Version 5.

![azure-coverage](./azure-coverage.png)

Expand Down
Loading