Skip to content

Commit 0a3a219

Browse files
Freshness, in progress.
1 parent c098dbc commit 0a3a219

13 files changed

+23
-21
lines changed

articles/event-grid/event-hubs-integration.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -80,26 +80,28 @@ In this step, you deploy the required infrastructure with a [Resource Manager te
8080

8181
1. Copy and paste the following command into the Cloud Shell window. Change the resource group name and location if you want.
8282

83-
```azurecli
84-
az group create -l eastus -n rgDataMigration
85-
```
86-
87-
1. Press **ENTER**.
88-
89-
Here's an example:
90-
91-
```azurecli
92-
user@Azure:~$ az group create -l eastus -n rgDataMigration
93-
{
94-
"id": "/subscriptions/00000000-0000-0000-0000-0000000000000/resourceGroups/rgDataMigration",
95-
"location": "eastus",
96-
"managedBy": null,
97-
"name": "rgDataMigration",
98-
"properties": {
99-
"provisioningState": "Succeeded"
100-
},
101-
"tags": null
102-
}
83+
```azurecli
84+
az group create --name rgDataMigration --location eastus
85+
```
86+
87+
1. Press **Enter**.
88+
89+
Here's an example:
90+
91+
```azurecli
92+
user@Azure:~$ az group create --name rgDataMigration --location eastus
93+
94+
{
95+
"id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/rgDataMigration",
96+
"location": "eastus",
97+
"managedBy": null,
98+
"name": "rgDataMigration",
99+
"properties": {
100+
"provisioningState": "Succeeded"
101+
},
102+
"tags": null,
103+
"type": "Microsoft.Resources/resourceGroups"
104+
}
103105
```
104106
105107
1. Deploy all the resources mentioned in the previous section (event hub, storage account, functions app, Azure Synapse Analytics) by running the following CLI command:
@@ -132,7 +134,7 @@ In this step, you deploy the required infrastructure with a [Resource Manager te
132134
133135
### Verify that the resources are created
134136
135-
1. In the Azure portal, select **Resource groups** on the left menu.
137+
1. In the Azure portal, in the search box, enter *Resource groups*. From the results, select **Resource groups**.
136138
1. Filter the list of resource groups by entering the name of your resource group in the search box.
137139
1. Select your resource group in the list.
138140
-17 KB
Loading
-14.5 KB
Loading
-1.41 KB
Loading
-20.3 KB
Loading
-23.9 KB
Loading
3.47 KB
Loading
-15.9 KB
Loading
1.37 KB
Loading
-11.8 KB
Loading

0 commit comments

Comments
 (0)