Skip to content

Commit 5b8faa5

Browse files
Apply suggestions from code review
Co-authored-by: Paolo Salvatori <leprino@hotmail.com>
1 parent d5763d2 commit 5b8faa5

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/content/docs/azure/services/resource-manager.mdx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,22 @@ import AzureFeatureCoverage from "../../../../components/feature-coverage/AzureF
88

99
## Introduction
1010

11-
Azure Resource Manager (ARM) is the deployment and management layer for Azure resources.
12-
It lets you create, query, and organize resources through a consistent control-plane API.
13-
ARM is commonly used to manage resource groups, deployments, and provider registrations.
11+
Azure Resource Manager (ARM) is the unified deployment and management layer for Azure resources, providing a consistent control-plane API for resource organization and lifecycle management. It enables idempotent, declarative infrastructure as code (IaC) through JSON-based ARM templates and Bicep modules, allowing for automated resource group orchestration and provider registrations.
1412

15-
LocalStack for Azure allows you to build and test Resource Manager workflows in your local environment.
13+
For more information, see:
14+
- [[What is Azure Resource Manager?](https://learn.microsoft.com/azure/azure-resource-manager/management/overview)](https://learn.microsoft.com/azure/azure-resource-manager/management/overview)
15+
- [[What are ARM templates?](https://learn.microsoft.com/azure/azure-resource-manager/templates/overview)](https://learn.microsoft.com/azure/azure-resource-manager/templates/overview)
16+
- [[What is Bicep?](https://learn.microsoft.com/azure/azure-resource-manager/bicep/overview)](https://learn.microsoft.com/azure/azure-resource-manager/bicep/overview)
17+
18+
LocalStack for Azure enables seamless interaction with the emulator’s management REST API via Azure Resource Manager. It also provides native support for Bicep and ARM templates, allowing for standardized Infrastructure as Code (IaC) deployments within your local environment.
1619
The supported APIs are available on our [API Coverage section](#api-coverage), which provides information on the extent of Resource Manager's integration with LocalStack.
1720

1821
## Getting started
1922

2023
This guide is designed for users new to Resource Manager and assumes basic knowledge of the Azure CLI and our `azlocal` wrapper script.
2124

22-
Start your LocalStack container using your preferred method.
23-
Then start CLI interception:
25+
Launch LocalStack using your preferred method. For more information, see [Introduction to LocalStack for Azure](/azure/getting-started/). Once the container is running, enable Azure CLI interception by running:
2426

25-
```bash
26-
azlocal start_interception
27-
```
2827

2928
### Create a resource group
3029

0 commit comments

Comments
 (0)