docs-aspire
docs-aspire copied to clipboard
[WebToolsE2E][Aspire][Document] Tutorial: Use .NET Aspire messaging components in ASP.NET Core - need some updates
Issue description
Using the latest Aspire bits (VS 17.10 P2 build), we tried running through the Tutorial: Use .NET Aspire messaging components in ASP.NET Core document. Chose 'Connection String' option.
Some updates are needed.
Prerequisites
- [ ] We should add a step of Azure CLI install for this section. Because the last step 'Clean up resources' need to run the Azure CLI command.
Add the Worker Service project
- [ ] For the sample code here, it should be
aspiremessaging-workerservice, not theaspiremessaging.workerservice:
Document:
Actual:
Create the API endpoint
- [ ] The sample codes miss a semicolon in that last , it will show an error.
Document:
Actual:
Clean up resources
- [ ] When we followed the section 'Set up the Azure Service Bus account', it gives us 2 different options to set up the account, one is Azure portal, another one is Azure CLI, but for this section, there is only one option 'Run the following Azure CLI command...' to delete the resource group, should we also indicate that we can delete the resource group from Azure portal?