Skip to content

Commit

Permalink
add guide for migrating resources to azapi in terraform module (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu authored Nov 27, 2024
1 parent 918a749 commit ee82a22
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Paste ARM template to the terraform configuration, it will convert to azapi conf

![convert ARM template to azapi configuration](/images/paste-arm-templates-as-config.png)

Migrate from AzureRM provider to AzApi provider. More details can be found in [Guide to migrate AzureRM resources to AzAPi in Module](https://github.com/Azure/azapi-lsp/blob/main/docs/migrate_to_azapi_in_module_guide.md)

![migrate from AzureRM provider to AzApi provider](/images/migrate-to-azapi-provider.png)


## Configuration

Expand Down
Binary file added images/migrate-to-azapi-provider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "azapi",
"displayName": "Terraform AzApi Provider",
"description": "Terraform AzApi Provider language support for Visual Studio Code",
"version": "2.0.1",
"version": "2.1.0",
"publisher": "azapi-vscode",
"appInsightsKey": "TODO",
"license": "MPL-2.0",
Expand Down

0 comments on commit ee82a22

Please sign in to comment.