You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A code block is shown to create the resources shown in the messaging tutorial via the azure cli or cloudshell
az group create -n -location eastus
az servicebus namespace create -g --name --location eastus
az servicebus topic create --g --namespace-name --name notifications
az servicebus topic subscription create --g --namespace-name --topic-name notifications --name mobile
I think a small codeblock section at the end of the page that gives the commands to remove the cloud resources would help people are just trying to create the resources quickly for this one-time tutorial. I am thinking something along the lines of this.
Just something so that I can easily remove the resources without having to go and google the commands to remove them or go into the azure portal and manually remove them.
Type of issue
Missing information
Description
A code block is shown to create the resources shown in the messaging tutorial via the azure cli or cloudshell
az group create -n -location eastus
az servicebus namespace create -g --name --location eastus
az servicebus topic create --g --namespace-name --name notifications
az servicebus topic subscription create --g --namespace-name --topic-name notifications --name mobile
I think a small codeblock section at the end of the page that gives the commands to remove the cloud resources would help people are just trying to create the resources quickly for this one-time tutorial. I am thinking something along the lines of this.
Just something so that I can easily remove the resources without having to go and google the commands to remove them or go into the azure portal and manually remove them.
Page URL
https://learn.microsoft.com/en-us/dotnet/aspire/messaging/messaging-components?tabs=passwordless
Content source URL
https://github.com/dotnet/docs-aspire/blob/main/docs/messaging/messaging-components.md
Document Version Independent Id
1b6029c0-3592-34d4-1218-1db530b4ce28
Article author
@IEvangelist
The text was updated successfully, but these errors were encountered: