-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Azure Service Bus integration doc #2365
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
{ | ||
Tier = ServiceBusSkuTier.Premium | ||
}; | ||
serviceBusNamespace.Tags.Add("ExampleKey", "Example value"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tag value 'Example value' should be 'ExampleValue' to maintain consistency with typical naming conventions.
serviceBusNamespace.Tags.Add("ExampleKey", "Example value"); | |
serviceBusNamespace.Tags.Add("ExampleKey", "ExampleValue"); |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't agree but whatever
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but is there any way to do passwordless in Aspire? Should we include that information?
Summary
Caution
Currently blocked by the release of .NET Aspire 9.1. Various APIs and
xref
links will not render correctly and are missing.Rewrite Azure Service Bus integration article.
Fixes #2308
Internal previews