diff --git a/sdk/servicebus/service-bus/README.md b/sdk/servicebus/service-bus/README.md index f76d981234d1..0df4eef25ffc 100644 --- a/sdk/servicebus/service-bus/README.md +++ b/sdk/servicebus/service-bus/README.md @@ -49,6 +49,10 @@ npm install @types/node You also need to enable `compilerOptions.allowSyntheticDefaultImports` in your tsconfig.json. Note that if you have enabled `compilerOptions.esModuleInterop`, `allowSyntheticDefaultImports` is enabled by default. See [TypeScript's compiler options handbook](https://www.typescriptlang.org/docs/handbook/compiler-options.html) for more information. +### JavaScript Bundle + +To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling). + ### Authenticate the client Interaction with Service Bus starts with an instance of the [ServiceBusClient][sbclient] class. diff --git a/sdk/servicebus/service-bus/samples-v1/README.md b/sdk/servicebus/service-bus/samples-v1/README.md index 3c81061d9fce..9eec46ce8826 100644 --- a/sdk/servicebus/service-bus/samples-v1/README.md +++ b/sdk/servicebus/service-bus/samples-v1/README.md @@ -24,4 +24,8 @@ Before running any of the samples, update it with the connection string and the See the instructions in [`samples-v1/javascript/README.md`](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/samples-v1/javascript/) or [`samples-v1/typescript/README.md`](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/samples-v1/typescript/) for instructions on running the JavaScript samples or the TypeScript samples respectively. +### Browser Samples + +Running these samples in the browser requires a bundler. To use this client library in the browser, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling). + ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fservicebus%2Fservice-bus%2Fsamples%2FREADME.png) diff --git a/sdk/servicebus/service-bus/samples/README.md b/sdk/servicebus/service-bus/samples/README.md index a3a95267f29e..5c40006d2b92 100644 --- a/sdk/servicebus/service-bus/samples/README.md +++ b/sdk/servicebus/service-bus/samples/README.md @@ -26,4 +26,8 @@ Before running any of the samples, update it with the connection string and the See the instructions in [`samples/javascript/README.md`](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/samples/javascript/) or [`samples/typescript/README.md`](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/samples/typescript/) for instructions on running the JavaScript samples or the TypeScript samples respectively. +### Browser Samples + +Running these samples in the browser requires a bundler. To use this client library in the browser, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling). + ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fservicebus%2Fservice-bus%2Fsamples%2FREADME.png)