Skip to content

Commit 33137f0

Browse files
committed
update
1 parent 209fd6e commit 33137f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/event-hubs/event-hubs-quickstart-powershell.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ UpdatedAt : 3/13/2023 10:26:07 PM
122122

123123
Congratulations! You have used Azure PowerShell to create an Event Hubs namespace, and an event hub within that namespace.
124124

125+
## Clean up resources
126+
If you want to keep this event hub so that you can test sending and receiving events, ignore this section. Otherwise, run the following command to delete the resource group. This command deletes all the resources in the resource group and the resource group itself.
127+
128+
```azurepowershell-interactive
129+
Remove-AzResourceGroup $rgName
130+
```
131+
132+
125133
## Next steps
126134

127135
In this article, you created the Event Hubs namespace, and used sample applications to send and receive events from your event hub. For step-by-step instructions to send events to (or) receive events from an event hub, see the **Send and receive events** tutorials:

0 commit comments

Comments
 (0)