Skip to content

Commit

Permalink
[Service Bus] Mention "CORS not supported" in readme (#12341)
Browse files Browse the repository at this point in the history
### Issue #4983
  • Loading branch information
HarshaNalluru authored Nov 10, 2020
1 parent 6c8c3e7 commit 8a96b00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/servicebus/service-bus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ You can read more about how sessions work [here][docsms_messagesessions].

- Supports authentication with a service bus connection string as well as with the AAD credentials from `@azure/identity` similar to the `ServiceBusClient`.

Note: Service Bus doesn't support setting CORS rules for namespaces yet, hence `ServiceBusAdministrationClient` won't work in the browser without disabling web-security. For more info, refer [here](https://github.com/Azure/azure-sdk-for-js/issues/4983).

```js
// Get the connection string from the portal
// OR
Expand Down

0 comments on commit 8a96b00

Please sign in to comment.