diff --git a/sdk/appconfiguration/app-configuration/README.md b/sdk/appconfiguration/app-configuration/README.md index ccb25b92c8c9..38ccb784f8e2 100644 --- a/sdk/appconfiguration/app-configuration/README.md +++ b/sdk/appconfiguration/app-configuration/README.md @@ -10,7 +10,7 @@ Use the client library for App Configuration to: [Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/appconfiguration/app-configuration/) | [Package (NPM)](https://www.npmjs.com/package/@azure/app-configuration) | -[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/app-configuration) | +[API reference documentation](https://aka.ms/azsdk/js/docs/ref/app-configuration) | [Product documentation](https://docs.microsoft.com/en-us/azure/azure-app-configuration/) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/appconfiguration/app-configuration/samples) @@ -80,12 +80,12 @@ const client = new AppConfigurationClient(""); ## Key concepts -The [`AppConfigurationClient`](https://docs.microsoft.com/javascript/api/@azure/app-configuration/appconfigurationclient) has some terminology changes from App Configuration in the portal. +The [`AppConfigurationClient`](https://aka.ms/azsdk/js/docs/ref/app-configuration/appconfigurationclient) has some terminology changes from App Configuration in the portal. -- Key/Value pairs are represented as [`ConfigurationSetting`](https://docs.microsoft.com/javascript/api/@azure/app-configuration/configurationsetting) objects +- Key/Value pairs are represented as [`ConfigurationSetting`](https://aka.ms/azsdk/js/docs/ref/app-configuration/configurationsetting) objects - Locking and unlocking a setting is represented in the `isReadOnly` field, which you can toggle using `setReadOnly`. -The client follows a simple design methodology - [`ConfigurationSetting`](https://docs.microsoft.com/javascript/api/@azure/app-configuration/configurationsetting) can be passed into any method that takes a [`ConfigurationSettingParam`](https://docs.microsoft.com/javascript/api/@azure/app-configuration/configurationsettingparam) or [`ConfigurationSettingId`](https://docs.microsoft.com/javascript/api/@azure/app-configuration/configurationsettingid). +The client follows a simple design methodology - [`ConfigurationSetting`](https://aka.ms/azsdk/js/docs/ref/app-configuration/configurationsetting) can be passed into any method that takes a [`ConfigurationSettingParam`](https://aka.ms/azsdk/js/docs/ref/app-configuration/configurationsettingparam) or [`ConfigurationSettingId`](https://aka.ms/azsdk/js/docs/ref/app-configuration/configurationsettingid). This means this pattern works: diff --git a/sdk/appconfiguration/app-configuration/samples/javascript/README.md b/sdk/appconfiguration/app-configuration/samples/javascript/README.md index 18c2b6cb2d62..031fdd143f3a 100644 --- a/sdk/appconfiguration/app-configuration/samples/javascript/README.md +++ b/sdk/appconfiguration/app-configuration/samples/javascript/README.md @@ -63,7 +63,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [setreadonlysample]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/appconfiguration/app-configuration/samples/javascript/setReadOnlySample.js [getsettingonlyifchanged]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/appconfiguration/app-configuration/samples/javascript/getSettingOnlyIfChanged.js [listrevisions]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/appconfiguration/app-configuration/samples/javascript/listRevisions.js -[apiref]: https://docs.microsoft.com/javascript/api/@azure/app-configuration +[apiref]: https://aka.ms/azsdk/js/docs/ref/app-configuration [azappconfig]: https://docs.microsoft.com/azure/azure-app-configuration/ [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/appconfiguration/app-configuration/README.md diff --git a/sdk/appconfiguration/app-configuration/samples/typescript/README.md b/sdk/appconfiguration/app-configuration/samples/typescript/README.md index e42377e55cb1..c4d2895e3103 100644 --- a/sdk/appconfiguration/app-configuration/samples/typescript/README.md +++ b/sdk/appconfiguration/app-configuration/samples/typescript/README.md @@ -75,7 +75,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [setreadonlysample]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/appconfiguration/app-configuration/samples/typescript/src/setReadOnlySample.ts [getsettingonlyifchanged]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/appconfiguration/app-configuration/samples/typescript/src/getSettingOnlyIfChanged.ts [listrevisions]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/appconfiguration/app-configuration/samples/typescript/src/listRevisions.ts -[apiref]: https://docs.microsoft.com/javascript/api/@azure/app-configuration +[apiref]: https://aka.ms/azsdk/js/docs/ref/app-configuration [azappconfig]: https://docs.microsoft.com/azure/azure-app-configuration/ [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/appconfiguration/app-configuration/README.md diff --git a/sdk/core/core-lro/README.md b/sdk/core/core-lro/README.md index 952510449bdd..daf983381c55 100644 --- a/sdk/core/core-lro/README.md +++ b/sdk/core/core-lro/README.md @@ -6,7 +6,7 @@ `@azure/core-lro` is made following our [Long Running Operations guidelines](https://azure.github.io/azure-sdk/typescript_design.html#ts-lro) -[Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-lro) | [Package (npm)](https://www.npmjs.com/package/@azure/core-lro) | [API Reference Documentation](https://docs.microsoft.com/javascript/api/@azure/core-lro) | [Samples](./samples) +[Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-lro) | [Package (npm)](https://www.npmjs.com/package/@azure/core-lro) | [API Reference Documentation](https://aka.ms/azsdk/js/docs/ref/core-lro) | [Samples](./samples) ## Getting started diff --git a/sdk/eventhub/event-hubs/README.md b/sdk/eventhub/event-hubs/README.md index 7d541fd6908c..5cd3d2974cce 100644 --- a/sdk/eventhub/event-hubs/README.md +++ b/sdk/eventhub/event-hubs/README.md @@ -6,7 +6,7 @@ The Azure Event Hubs client library allows you to send and receive events in you [Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-hubs) | [Package (npm)](https://www.npmjs.com/package/@azure/event-hubs) | -[API Reference Documentation](https://docs.microsoft.com/javascript/api/@azure/event-hubs) | +[API Reference Documentation](https://aka.ms/azsdk/js/docs/ref/event-hubs) | [Product documentation](https://azure.microsoft.com/en-us/services/event-hubs/) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-hubs/samples) @@ -46,8 +46,8 @@ You also need to enable `compilerOptions.allowSyntheticDefaultImports` in your t ### Authenticate the client Interaction with Event Hubs starts with either an instance of the -[EventHubConsumerClient](https://docs.microsoft.com/javascript/api/@azure/event-hubs/eventhubconsumerclient) class -or an instance of the [EventHubProducerClient](https://docs.microsoft.com/javascript/api/@azure/event-hubs/eventhubproducerclient) class. +[EventHubConsumerClient](https://aka.ms/azsdk/js/docs/ref/event-hubs/eventhubconsumerclient) class +or an instance of the [EventHubProducerClient](https://aka.ms/azsdk/js/docs/ref/event-hubs/eventhubproducerclient) class. There are constructor overloads to support different ways of instantiating these classes as shown below: #### Use connection string for the Event Hubs namespace @@ -179,10 +179,10 @@ In order to publish events, you'll need to create an `EventHubProducerClient`. W You may publish events to a specific partition, or allow the Event Hubs service to decide which partition events should be published to. It is recommended to use automatic routing when the publishing of events needs to be highly available or when event data should be distributed evenly among the partitions. In the example below, we will take advantage of automatic routing. -- Create an `EventDataBatch` object using the [createBatch](https://docs.microsoft.com/javascript/api/@azure/event-hubs/eventhubproducerclient#createbatch-createbatchoptions-) -- Add events to the batch using the [tryAdd](https://docs.microsoft.com/javascript/api/@azure/event-hubs/eventdatabatch#tryadd-eventdata--tryaddoptions-) +- Create an `EventDataBatch` object using the [createBatch](https://aka.ms/azsdk/js/docs/ref/event-hubs/eventhubproducerclient#createbatch-createbatchoptions-) +- Add events to the batch using the [tryAdd](https://aka.ms/azsdk/js/docs/ref/event-hubs/eventdatabatch#tryadd-eventdata--tryaddoptions-) method. You can do this until the maximum batch size limit is reached or until you are done adding the number of events you liked, whichever comes first. This method would return `false` to indicate that no more events can be added to the batch due to the max batch size being reached. -- Send the batch of events using the [sendBatch](https://docs.microsoft.com/javascript/api/@azure/event-hubs/eventhubproducerclient#sendbatch-eventdatabatch--sendbatchoptions-) method. +- Send the batch of events using the [sendBatch](https://aka.ms/azsdk/js/docs/ref/event-hubs/eventhubproducerclient#sendbatch-eventdatabatch--sendbatchoptions-) method. In the below example, we attempt to send 10 events to Azure Event Hubs. @@ -224,7 +224,7 @@ For example: `body: { "message": "Hello World" }` ### Consume events from an Event Hub To consume events from an Event Hub instance, you also need to know which consumer group you want to target. -Once you know this, you are ready to create an [EventHubConsumerClient](https://docs.microsoft.com/javascript/api/@azure/event-hubs/eventhubconsumerclient). While the below example shows one way to create the client, see the +Once you know this, you are ready to create an [EventHubConsumerClient](https://aka.ms/azsdk/js/docs/ref/event-hubs/eventhubconsumerclient). While the below example shows one way to create the client, see the [Authenticate the client](#authenticate-the-client) section to learn other ways to instantiate the client. The `subscribe` method on the client has overloads which, combined with the constructor, can cater to several diff --git a/sdk/eventhub/event-hubs/samples/browserSample/README.md b/sdk/eventhub/event-hubs/samples/browserSample/README.md index 8791e4f2e177..a69b3720fe9f 100644 --- a/sdk/eventhub/event-hubs/samples/browserSample/README.md +++ b/sdk/eventhub/event-hubs/samples/browserSample/README.md @@ -73,7 +73,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [configuration]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-hubs/samples/browserSample/src/configuration.js [app]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-hubs/samples/browserSample/src/index.js [htmlpage]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-hubs/samples/browserSample/index.html -[apiref]: https://docs.microsoft.com/javascript/api/@azure/event-hubs +[apiref]: https://aka.ms/azsdk/js/docs/ref/event-hubs [azhubacct]: https://docs.microsoft.com/azure/event-hubs/event-hubs-node-get-started-send [aziothub]: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-node-node-module-twin-getstarted [freesub]: https://azure.microsoft.com/free/ diff --git a/sdk/eventhub/event-hubs/samples/javascript/README.md b/sdk/eventhub/event-hubs/samples/javascript/README.md index 0d8f56c77219..83ecc27d1b1c 100644 --- a/sdk/eventhub/event-hubs/samples/javascript/README.md +++ b/sdk/eventhub/event-hubs/samples/javascript/README.md @@ -69,7 +69,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [websockets]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-hubs/samples/javascript/websockets.js [usingaadauth]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-hubs/samples/javascript/usingAadAuth.js [receiveevents]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-hubs/samples/javascript/receiveEvents.js -[apiref]: https://docs.microsoft.com/javascript/api/@azure/event-hubs +[apiref]: https://aka.ms/azsdk/js/docs/ref/event-hubs [checkpointing]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/eventhubs-checkpointstore-blob/samples/javascript/receiveEventsUsingCheckpointStore.js [azhubacct]: https://docs.microsoft.com/azure/event-hubs/event-hubs-node-get-started-send [aziothub]: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-node-node-module-twin-getstarted diff --git a/sdk/eventhub/event-hubs/samples/javascript/sample.env b/sdk/eventhub/event-hubs/samples/javascript/sample.env index 1bb8603fe5b7..3ab2e8ec99d8 100644 --- a/sdk/eventhub/event-hubs/samples/javascript/sample.env +++ b/sdk/eventhub/event-hubs/samples/javascript/sample.env @@ -11,7 +11,7 @@ IOTHUB_EH_COMPATIBLE_CONNECTION_STRING= # in the `usingAadAuth` sample. # # See the documentation for `EnvironmentCredential` at the following link: -# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential +# https://aka.ms/azsdk/js/docs/ref/identity/environmentcredential AZURE_CLIENT_ID= AZURE_TENANT_ID= AZURE_CLIENT_SECRET= diff --git a/sdk/eventhub/event-hubs/samples/typescript/README.md b/sdk/eventhub/event-hubs/samples/typescript/README.md index cb51726bca24..704f3cd7d323 100644 --- a/sdk/eventhub/event-hubs/samples/typescript/README.md +++ b/sdk/eventhub/event-hubs/samples/typescript/README.md @@ -75,7 +75,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [websockets]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-hubs/samples/typescript/src/websockets.ts [usingaadauth]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-hubs/samples/typescript/src/usingAadAuth.ts [receiveevents]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-hubs/samples/typescript/src/receiveEvents.ts -[apiref]: https://docs.microsoft.com/javascript/api/@azure/event-hubs +[apiref]: https://aka.ms/azsdk/js/docs/ref/event-hubs [checkpointing]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/eventhubs-checkpointstore-blob/samples/typescript/src/receiveEventsUsingCheckpointStore.ts [azhubacct]: https://docs.microsoft.com/azure/event-hubs/event-hubs-node-get-started-send [aziothub]: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-node-node-module-twin-getstarted diff --git a/sdk/eventhub/event-hubs/samples/typescript/sample.env b/sdk/eventhub/event-hubs/samples/typescript/sample.env index 1bb8603fe5b7..3ab2e8ec99d8 100644 --- a/sdk/eventhub/event-hubs/samples/typescript/sample.env +++ b/sdk/eventhub/event-hubs/samples/typescript/sample.env @@ -11,7 +11,7 @@ IOTHUB_EH_COMPATIBLE_CONNECTION_STRING= # in the `usingAadAuth` sample. # # See the documentation for `EnvironmentCredential` at the following link: -# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential +# https://aka.ms/azsdk/js/docs/ref/identity/environmentcredential AZURE_CLIENT_ID= AZURE_TENANT_ID= AZURE_CLIENT_SECRET= diff --git a/sdk/eventhub/eventhubs-checkpointstore-blob/samples/javascript/README.md b/sdk/eventhub/eventhubs-checkpointstore-blob/samples/javascript/README.md index 4cd7d043ced3..47e630dba98e 100644 --- a/sdk/eventhub/eventhubs-checkpointstore-blob/samples/javascript/README.md +++ b/sdk/eventhub/eventhubs-checkpointstore-blob/samples/javascript/README.md @@ -49,7 +49,7 @@ node receiveEventsUsingCheckpointStore.js Take a look at our [API Documentation][apiref] for more information about the APIs that are available in the clients. [azstorage]: https://docs.microsoft.com/azure/storage/common/storage-account-overview -[apiref]: https://docs.microsoft.com/javascript/api/@azure/event-hubs +[apiref]: https://aka.ms/azsdk/js/docs/ref/event-hubs [checkpointing]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/eventhubs-checkpointstore-blob/samples/javascript/receiveEventsUsingCheckpointStore.js [apispecificstorage]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/eventhubs-checkpointstore-blob/samples/javascript/receiveEventsWithApiSpecificStorage.js [azhubacct]: https://docs.microsoft.com/azure/event-hubs/event-hubs-node-get-started-send diff --git a/sdk/eventhub/eventhubs-checkpointstore-blob/samples/typescript/README.md b/sdk/eventhub/eventhubs-checkpointstore-blob/samples/typescript/README.md index 5d89f991cba8..a5ac3970bdec 100644 --- a/sdk/eventhub/eventhubs-checkpointstore-blob/samples/typescript/README.md +++ b/sdk/eventhub/eventhubs-checkpointstore-blob/samples/typescript/README.md @@ -61,7 +61,7 @@ node dist/receiveEventsUsingCheckpointStore.js Take a look at our [API Documentation][apiref] for more information about the APIs that are available in the clients. [azstorage]: https://docs.microsoft.com/azure/storage/common/storage-account-overview -[apiref]: https://docs.microsoft.com/javascript/api/@azure/event-hubs +[apiref]: https://aka.ms/azsdk/js/docs/ref/event-hubs [checkpointing]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/eventhubs-checkpointstore-blob/samples/typescript/src/receiveEventsUsingCheckpointStore.ts [apispecificstorage]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/eventhubs-checkpointstore-blob/samples/typescript/src/receiveEventsWithApiSpecificStorage.ts [azhubacct]: https://docs.microsoft.com/azure/event-hubs/event-hubs-node-get-started-send diff --git a/sdk/formrecognizer/ai-form-recognizer/README.md b/sdk/formrecognizer/ai-form-recognizer/README.md index 2a3b548b50f1..a3d485c2e0f4 100644 --- a/sdk/formrecognizer/ai-form-recognizer/README.md +++ b/sdk/formrecognizer/ai-form-recognizer/README.md @@ -9,7 +9,7 @@ from form documents. It includes the following main functionalities: [Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/formrecognizer/ai-form-recognizer/) | [Package (NPM)](https://www.npmjs.com/package/@azure/ai-form-recognizer) | -[API reference documentation](https://aka.ms/azsdk-js-formrecognizer-ref-docs) | +[API reference documentation](https://aka.ms/azsdk/js/docs/ref/ai-form-recognizer) | [Product documentation](https://docs.microsoft.com/azure/cognitive-services/form-recognizer/) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/formrecognizer/ai-form-recognizer/samples) diff --git a/sdk/formrecognizer/ai-form-recognizer/samples/javascript/README.md b/sdk/formrecognizer/ai-form-recognizer/samples/javascript/README.md index 054fe9bc0d9f..ae75c352d7f2 100644 --- a/sdk/formrecognizer/ai-form-recognizer/samples/javascript/README.md +++ b/sdk/formrecognizer/ai-form-recognizer/samples/javascript/README.md @@ -66,7 +66,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [iteratorModels]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/formrecognizer/ai-form-recognizer/samples/javascript/iteratorModels.js [getBoundingBoxes]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/formrecognizer/ai-form-recognizer/samples/javascript/getBoundingBoxes.js [differentiateLabeledUnlabeled]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/formrecognizer/ai-form-recognizer/samples/javascript/differentiateLabeledUnlabeled.js -[apiref]: https://docs.microsoft.com/javascript/api/@azure/ai-form-recognizer +[apiref]: https://aka.ms/azsdk/js/docs/ref/ai-form-recognizer [azcogsvc]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/formrecognizer/ai-form-recognizer/README.md diff --git a/sdk/formrecognizer/ai-form-recognizer/samples/typescript/README.md b/sdk/formrecognizer/ai-form-recognizer/samples/typescript/README.md index 32f764a4961e..37fd5dbdb09e 100644 --- a/sdk/formrecognizer/ai-form-recognizer/samples/typescript/README.md +++ b/sdk/formrecognizer/ai-form-recognizer/samples/typescript/README.md @@ -86,7 +86,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [iteratorModels]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/formrecognizer/ai-form-recognizer/samples/typescript/src/iteratorModels.ts [getBoundingBoxes]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/formrecognizer/ai-form-recognizer/samples/typescript/src/getBoundingBoxes.ts [differentiateLabeledUnlabeled]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/formrecognizer/ai-form-recognizer/samples/typescript/src/differentiateLabeledUnlabeled.ts -[apiref]: https://docs.microsoft.com/javascript/api/@azure/ai-text-analytics +[apiref]: https://aka.ms/azsdk/js/docs/ref/ai-text-analytics [azcogsvc]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md diff --git a/sdk/identity/identity/README.md b/sdk/identity/identity/README.md index 4051af5961f0..396e34c705ef 100644 --- a/sdk/identity/identity/README.md +++ b/sdk/identity/identity/README.md @@ -129,7 +129,7 @@ Credentials raise `AuthenticationError` when they fail to authenticate. This cla ### Read the documentation -API documentation for this library can be found on our [documentation site](https://docs.microsoft.com/javascript/api/@azure/identity). +API documentation for this library can be found on our [documentation site](https://aka.ms/azsdk/js/docs/ref/identity). ### Provide Feedback diff --git a/sdk/keyvault/keyvault-certificates/README.md b/sdk/keyvault/keyvault-certificates/README.md index 39eff69af1be..4453c2f711ea 100644 --- a/sdk/keyvault/keyvault-certificates/README.md +++ b/sdk/keyvault/keyvault-certificates/README.md @@ -16,7 +16,7 @@ Use the client library for Azure Key Vault Certificates in your Node.js applicat - Get all certificates. - Get all deleted certificates. -[Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/keyvault/keyvault-certificates) | [Package (npm)](https://www.npmjs.com/package/@azure/keyvault-certificates) | [API Reference Documentation](https://docs.microsoft.com/javascript/api/@azure/keyvault-certificates) | [Product documentation](https://azure.microsoft.com/en-us/services/key-vault/) | [Samples](./samples) +[Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/keyvault/keyvault-certificates) | [Package (npm)](https://www.npmjs.com/package/@azure/keyvault-certificates) | [API Reference Documentation](https://aka.ms/azsdk/js/docs/ref/keyvault-certificates) | [Product documentation](https://azure.microsoft.com/en-us/services/key-vault/) | [Samples](./samples) ## Getting started diff --git a/sdk/keyvault/keyvault-certificates/samples/javascript/README.md b/sdk/keyvault/keyvault-certificates/samples/javascript/README.md index 09262b162ccb..22db8b86dd15 100644 --- a/sdk/keyvault/keyvault-certificates/samples/javascript/README.md +++ b/sdk/keyvault/keyvault-certificates/samples/javascript/README.md @@ -75,7 +75,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [mergecertificate]: ./mergeCertificate.js [operations]: ./operations.js [purgeAllCertificates]: ./purgeAllCertificates.js -[apiref]: https://docs.microsoft.com/javascript/api/@azure/keyvault-certificates +[apiref]: https://aka.ms/azsdk/js/docs/ref/keyvault-certificates [azkeyvault]: https://docs.microsoft.com/azure/key-vault/quick-create-portal [kvsoftdelete]: https://docs.microsoft.com/azure/key-vault/key-vault-soft-delete-cli [freesub]: https://azure.microsoft.com/free/ diff --git a/sdk/keyvault/keyvault-certificates/samples/javascript/sample.env b/sdk/keyvault/keyvault-certificates/samples/javascript/sample.env index 7fc9052cbf41..d637a94a0295 100644 --- a/sdk/keyvault/keyvault-certificates/samples/javascript/sample.env +++ b/sdk/keyvault/keyvault-certificates/samples/javascript/sample.env @@ -5,7 +5,7 @@ KEYVAULT_NAME= # Used to authenticate using Azure AD as a service principal for role-based authentication. # # See the documentation for `EnvironmentCredential` at the following link: -# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential +# https://aka.ms/azsdk/js/docs/ref/identity/environmentcredential AZURE_TENANT_ID= AZURE_CLIENT_ID= AZURE_CLIENT_SECRET= diff --git a/sdk/keyvault/keyvault-certificates/samples/typescript/README.md b/sdk/keyvault/keyvault-certificates/samples/typescript/README.md index 49c581d5f907..75fb287223da 100644 --- a/sdk/keyvault/keyvault-certificates/samples/typescript/README.md +++ b/sdk/keyvault/keyvault-certificates/samples/typescript/README.md @@ -87,7 +87,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [mergecertificate]: ./src/mergeCertificate.ts [operations]: ./src/operations.ts [purgeAllCertificates]: ./src/purgeAllCertificates.ts -[apiref]: https://docs.microsoft.com/javascript/api/@azure/keyvault-certificates +[apiref]: https://aka.ms/azsdk/js/docs/ref/keyvault-certificates [azkeyvault]: https://docs.microsoft.com/azure/key-vault/quick-create-portal [kvsoftdelete]: https://docs.microsoft.com/azure/key-vault/key-vault-soft-delete-cli [freesub]: https://azure.microsoft.com/free/ diff --git a/sdk/keyvault/keyvault-certificates/samples/typescript/sample.env b/sdk/keyvault/keyvault-certificates/samples/typescript/sample.env index 7fc9052cbf41..d637a94a0295 100644 --- a/sdk/keyvault/keyvault-certificates/samples/typescript/sample.env +++ b/sdk/keyvault/keyvault-certificates/samples/typescript/sample.env @@ -5,7 +5,7 @@ KEYVAULT_NAME= # Used to authenticate using Azure AD as a service principal for role-based authentication. # # See the documentation for `EnvironmentCredential` at the following link: -# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential +# https://aka.ms/azsdk/js/docs/ref/identity/environmentcredential AZURE_TENANT_ID= AZURE_CLIENT_ID= AZURE_CLIENT_SECRET= diff --git a/sdk/keyvault/keyvault-keys/README.md b/sdk/keyvault/keyvault-keys/README.md index 3a3c34d62432..479ea24721ea 100644 --- a/sdk/keyvault/keyvault-keys/README.md +++ b/sdk/keyvault/keyvault-keys/README.md @@ -23,7 +23,7 @@ Using the cryptography client available in this library you also have access to - Wrapping keys - Unwrapping keys -[Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/keyvault/keyvault-keys) | [Package (npm)](https://www.npmjs.com/package/@azure/keyvault-keys) | [API Reference Documentation](https://docs.microsoft.com/javascript/api/@azure/keyvault-keys) | [Product documentation](https://azure.microsoft.com/en-us/services/key-vault/) | [Samples](./samples) +[Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/keyvault/keyvault-keys) | [Package (npm)](https://www.npmjs.com/package/@azure/keyvault-keys) | [API Reference Documentation](https://aka.ms/azsdk/js/docs/ref/keyvault-keys) | [Product documentation](https://azure.microsoft.com/en-us/services/key-vault/) | [Samples](./samples) ## Getting started diff --git a/sdk/keyvault/keyvault-keys/samples/javascript/README.md b/sdk/keyvault/keyvault-keys/samples/javascript/README.md index af296fe874a8..0e812b35c759 100644 --- a/sdk/keyvault/keyvault-keys/samples/javascript/README.md +++ b/sdk/keyvault/keyvault-keys/samples/javascript/README.md @@ -63,7 +63,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [cryptography]: ./cryptography.js [helloworld]: ./helloWorld.js [purgeAllKeys]: ./purgeAllKeys.js -[apiref]: https://docs.microsoft.com/javascript/api/@azure/keyvault-keys +[apiref]: https://aka.ms/azsdk/js/docs/ref/keyvault-keys [azkeyvault]: https://docs.microsoft.com/azure/key-vault/quick-create-portal [kvsoftdelete]: https://docs.microsoft.com/azure/key-vault/key-vault-soft-delete-cli [freesub]: https://azure.microsoft.com/free/ diff --git a/sdk/keyvault/keyvault-keys/samples/javascript/sample.env b/sdk/keyvault/keyvault-keys/samples/javascript/sample.env index 7fc9052cbf41..d637a94a0295 100644 --- a/sdk/keyvault/keyvault-keys/samples/javascript/sample.env +++ b/sdk/keyvault/keyvault-keys/samples/javascript/sample.env @@ -5,7 +5,7 @@ KEYVAULT_NAME= # Used to authenticate using Azure AD as a service principal for role-based authentication. # # See the documentation for `EnvironmentCredential` at the following link: -# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential +# https://aka.ms/azsdk/js/docs/ref/identity/environmentcredential AZURE_TENANT_ID= AZURE_CLIENT_ID= AZURE_CLIENT_SECRET= diff --git a/sdk/keyvault/keyvault-keys/samples/typescript/README.md b/sdk/keyvault/keyvault-keys/samples/typescript/README.md index 0305cc2d63c7..e28805b61332 100644 --- a/sdk/keyvault/keyvault-keys/samples/typescript/README.md +++ b/sdk/keyvault/keyvault-keys/samples/typescript/README.md @@ -75,7 +75,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [cryptography]: ./src/cryptography.ts [helloworld]: ./src/helloWorld.ts [purgeAllKeys]: ./src/purgeAllKeys.ts -[apiref]: https://docs.microsoft.com/javascript/api/@azure/keyvault-keys +[apiref]: https://aka.ms/azsdk/js/docs/ref/keyvault-keys [azkeyvault]: https://docs.microsoft.com/azure/key-vault/quick-create-portal [kvsoftdelete]: https://docs.microsoft.com/azure/key-vault/key-vault-soft-delete-cli [freesub]: https://azure.microsoft.com/free/ diff --git a/sdk/keyvault/keyvault-keys/samples/typescript/sample.env b/sdk/keyvault/keyvault-keys/samples/typescript/sample.env index 7fc9052cbf41..d637a94a0295 100644 --- a/sdk/keyvault/keyvault-keys/samples/typescript/sample.env +++ b/sdk/keyvault/keyvault-keys/samples/typescript/sample.env @@ -5,7 +5,7 @@ KEYVAULT_NAME= # Used to authenticate using Azure AD as a service principal for role-based authentication. # # See the documentation for `EnvironmentCredential` at the following link: -# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential +# https://aka.ms/azsdk/js/docs/ref/identity/environmentcredential AZURE_TENANT_ID= AZURE_CLIENT_ID= AZURE_CLIENT_SECRET= diff --git a/sdk/keyvault/keyvault-secrets/README.md b/sdk/keyvault/keyvault-secrets/README.md index 3a856c3563ac..f54c00eb999e 100644 --- a/sdk/keyvault/keyvault-secrets/README.md +++ b/sdk/keyvault/keyvault-secrets/README.md @@ -17,7 +17,7 @@ Use the client library for Azure Key Vault Secrets in your Node.js application t - Get all secrets. - Get all deleted secrets. -[Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/keyvault/keyvault-secrets) | [Package (npm)](https://www.npmjs.com/package/@azure/keyvault-secrets) | [API Reference Documentation](https://docs.microsoft.com/javascript/api/@azure/keyvault-secrets) | [Product documentation](https://azure.microsoft.com/en-us/services/key-vault/) | [Samples](./samples) +[Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/keyvault/keyvault-secrets) | [Package (npm)](https://www.npmjs.com/package/@azure/keyvault-secrets) | [API Reference Documentation](https://aka.ms/azsdk/js/docs/ref/keyvault-secrets) | [Product documentation](https://azure.microsoft.com/en-us/services/key-vault/) | [Samples](./samples) ## Getting started diff --git a/sdk/keyvault/keyvault-secrets/samples/javascript/README.md b/sdk/keyvault/keyvault-secrets/samples/javascript/README.md index 29efd116b9b7..fd9ca77fc45a 100644 --- a/sdk/keyvault/keyvault-secrets/samples/javascript/README.md +++ b/sdk/keyvault/keyvault-secrets/samples/javascript/README.md @@ -67,7 +67,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [helloworld]: ./helloWorld.js [listoperations]: ./listOperations.js [purgeAllSecrets]: purgeAllSecrets.js -[apiref]: https://docs.microsoft.com/javascript/api/@azure/keyvault-secrets +[apiref]: https://aka.ms/azsdk/js/docs/ref/keyvault-secrets [azkeyvault]: https://docs.microsoft.com/azure/key-vault/quick-create-portal [kvsoftdelete]: https://docs.microsoft.com/azure/key-vault/key-vault-soft-delete-cli [freesub]: https://azure.microsoft.com/free/ diff --git a/sdk/keyvault/keyvault-secrets/samples/javascript/sample.env b/sdk/keyvault/keyvault-secrets/samples/javascript/sample.env index 7fc9052cbf41..d637a94a0295 100644 --- a/sdk/keyvault/keyvault-secrets/samples/javascript/sample.env +++ b/sdk/keyvault/keyvault-secrets/samples/javascript/sample.env @@ -5,7 +5,7 @@ KEYVAULT_NAME= # Used to authenticate using Azure AD as a service principal for role-based authentication. # # See the documentation for `EnvironmentCredential` at the following link: -# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential +# https://aka.ms/azsdk/js/docs/ref/identity/environmentcredential AZURE_TENANT_ID= AZURE_CLIENT_ID= AZURE_CLIENT_SECRET= diff --git a/sdk/keyvault/keyvault-secrets/samples/typescript/README.md b/sdk/keyvault/keyvault-secrets/samples/typescript/README.md index c288a9686fea..e300dc664fef 100644 --- a/sdk/keyvault/keyvault-secrets/samples/typescript/README.md +++ b/sdk/keyvault/keyvault-secrets/samples/typescript/README.md @@ -79,7 +79,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [helloworld]: ./src/helloWorld.ts [listoperations]: ./src/listOperations.ts [purgeAllSecrets]: src/purgeAllSecrets.ts -[apiref]: https://docs.microsoft.com/javascript/api/@azure/keyvault-secrets +[apiref]: https://aka.ms/azsdk/js/docs/ref/keyvault-secrets [azkeyvault]: https://docs.microsoft.com/azure/key-vault/quick-create-portal [kvsoftdelete]: https://docs.microsoft.com/azure/key-vault/key-vault-soft-delete-cli [freesub]: https://azure.microsoft.com/free/ diff --git a/sdk/keyvault/keyvault-secrets/samples/typescript/sample.env b/sdk/keyvault/keyvault-secrets/samples/typescript/sample.env index 7fc9052cbf41..d637a94a0295 100644 --- a/sdk/keyvault/keyvault-secrets/samples/typescript/sample.env +++ b/sdk/keyvault/keyvault-secrets/samples/typescript/sample.env @@ -5,7 +5,7 @@ KEYVAULT_NAME= # Used to authenticate using Azure AD as a service principal for role-based authentication. # # See the documentation for `EnvironmentCredential` at the following link: -# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential +# https://aka.ms/azsdk/js/docs/ref/identity/environmentcredential AZURE_TENANT_ID= AZURE_CLIENT_ID= AZURE_CLIENT_SECRET= diff --git a/sdk/search/search-documents/README.md b/sdk/search/search-documents/README.md index e66ba86e56ab..76a0143550a2 100644 --- a/sdk/search/search-documents/README.md +++ b/sdk/search/search-documents/README.md @@ -19,7 +19,7 @@ Use the client library to: [Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/search/search/) | [Package (NPM)](https://www.npmjs.com/package/@azure/search-documents) | -[API reference documentation](https://aka.ms/azsdk-js-search-ref-docs) | +[API reference documentation](https://aka.ms/azsdk/js/docs/ref/search-documents) | [Product documentation](https://docs.microsoft.com/azure/search/) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/search/search/samples) diff --git a/sdk/search/search-documents/samples/javascript/README.md b/sdk/search/search-documents/samples/javascript/README.md index 0bf5d79033ce..dc912f0b5ca0 100644 --- a/sdk/search/search-documents/samples/javascript/README.md +++ b/sdk/search/search-documents/samples/javascript/README.md @@ -43,7 +43,7 @@ npx cross-env SEARCH_API_ENDPOINT="" SEARCH_API_KEY="" node r Take a look at our [API Documentation][apiref] for more information about the APIs that are available in the clients. [readonly]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/search/search/samples/javascript/readonlyQuery.js -[apiref]: https://aka.ms/azsdk-js-search-ref-docs +[apiref]: https://aka.ms/azsdk/js/docs/ref/search-documents [search_resource]: https://docs.microsoft.com/azure/search/search-create-service-portal [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/search/search/README.md diff --git a/sdk/search/search-documents/samples/typescript/README.md b/sdk/search/search-documents/samples/typescript/README.md index e0457262b50f..20d86fd793e1 100644 --- a/sdk/search/search-documents/samples/typescript/README.md +++ b/sdk/search/search-documents/samples/typescript/README.md @@ -55,7 +55,7 @@ npx cross-env SEARCH_API_ENDPOINT="" SEARCH_API_KEY="" node d Take a look at our [API Documentation][apiref] for more information about the APIs that are available in the clients. [readonly]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/search/search/samples/typescript/src/readonlyQuery.ts -[apiref]: https://aka.ms/azsdk-js-search-ref-docs +[apiref]: https://aka.ms/azsdk/js/docs/ref/search-documents [search_resource]: https://docs.microsoft.com/azure/search/search-create-service-portal [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/search/search/README.md diff --git a/sdk/servicebus/service-bus/samples/javascript/README.md b/sdk/servicebus/service-bus/samples/javascript/README.md index 26592490dffe..82344cda9bb4 100644 --- a/sdk/servicebus/service-bus/samples/javascript/README.md +++ b/sdk/servicebus/service-bus/samples/javascript/README.md @@ -70,7 +70,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [advanced-topicfilters]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/samples/javascript/advanced/topicFilters.js [sendmessages]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/samples/javascript/sendMessages.js [serviceprincipallogin]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/samples/javascript/servicePrincipalLogin.js -[apiref]: https://docs.microsoft.com/javascript/api/@azure/service-bus +[apiref]: https://aka.ms/azsdk/js/docs/ref/service-bus [azsvcbus]: https://docs.microsoft.com/azure/service-bus-messaging/service-bus-create-namespace-portal [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/README.md diff --git a/sdk/servicebus/service-bus/samples/typescript/README.md b/sdk/servicebus/service-bus/samples/typescript/README.md index c1dbd16ef9fb..f70b3f44e7e8 100644 --- a/sdk/servicebus/service-bus/samples/typescript/README.md +++ b/sdk/servicebus/service-bus/samples/typescript/README.md @@ -85,7 +85,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [advanced-topicfilters]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/samples/typescript/src/advanced/topicFilters.ts [sendmessages]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/samples/typescript/src/sendMessages.ts [serviceprincipallogin]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/samples/typescript/src/servicePrincipalLogin.ts -[apiref]: https://docs.microsoft.com/javascript/api/@azure/service-bus +[apiref]: https://aka.ms/azsdk/js/docs/ref/service-bus [azsvcbus]: https://docs.microsoft.com/azure/service-bus-messaging/service-bus-create-namespace-portal [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/README.md diff --git a/sdk/storage/storage-blob/README.md b/sdk/storage/storage-blob/README.md index 23ddf8c91b3d..619322e349ff 100644 --- a/sdk/storage/storage-blob/README.md +++ b/sdk/storage/storage-blob/README.md @@ -13,7 +13,7 @@ Use the client libararies in this package to: [Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob) | [Package (npm)](https://www.npmjs.com/package/@azure/storage-blob/) | -[API Reference Documentation](https://docs.microsoft.com/javascript/api/@azure/storage-blob) | +[API Reference Documentation](https://aka.ms/azsdk/js/docs/ref/storage-blob) | [Product documentation](https://docs.microsoft.com/azure/storage/blobs/storage-blobs-overview) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/samples) | [Azure Storage Blob REST APIs](https://docs.microsoft.com/rest/api/storageservices/blob-service-rest-api) diff --git a/sdk/storage/storage-blob/samples/javascript/README.md b/sdk/storage/storage-blob/samples/javascript/README.md index b57652f39b30..cbca91c15938 100644 --- a/sdk/storage/storage-blob/samples/javascript/README.md +++ b/sdk/storage/storage-blob/samples/javascript/README.md @@ -81,7 +81,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [readingsnapshot]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/samples/javascript/readingSnapshot.js [sharedkeycred]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/samples/javascript/sharedKeyCred.js [withconnstring]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/samples/javascript/withConnString.js -[apiref]: https://docs.microsoft.com/javascript/api/@azure/storage-blob +[apiref]: https://aka.ms/azsdk/js/docs/ref/storage-blob [azstorage]: https://docs.microsoft.com/azure/storage/common/storage-account-overview [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/README.md diff --git a/sdk/storage/storage-blob/samples/javascript/sample.env b/sdk/storage/storage-blob/samples/javascript/sample.env index 92a81cac6547..69c377c7a958 100644 --- a/sdk/storage/storage-blob/samples/javascript/sample.env +++ b/sdk/storage/storage-blob/samples/javascript/sample.env @@ -11,7 +11,7 @@ ACCOUNT_SAS= # Used to authenticate using Azure AD as a service principal for role-based authentication. # # See the documentation for `EnvironmentCredential` at the following link: -# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential +# https://aka.ms/azsdk/js/docs/ref/identity/environmentcredential AZURE_TENANT_ID= AZURE_CLIENT_ID= AZURE_CLIENT_SECRET= diff --git a/sdk/storage/storage-blob/samples/typescript/README.md b/sdk/storage/storage-blob/samples/typescript/README.md index 3d4dbb152022..ffa6ccc9a1c3 100644 --- a/sdk/storage/storage-blob/samples/typescript/README.md +++ b/sdk/storage/storage-blob/samples/typescript/README.md @@ -93,7 +93,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [readingsnapshot]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/samples/typescript/src/readingSnapshot.ts [sharedkeycred]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/samples/typescript/src/sharedKeyCred.ts [withconnstring]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/samples/typescript/src/withConnString.ts -[apiref]: https://docs.microsoft.com/javascript/api/@azure/storage-blob +[apiref]: https://aka.ms/azsdk/js/docs/ref/storage-blob [azstorage]: https://docs.microsoft.com/azure/storage/common/storage-account-overview [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/README.md diff --git a/sdk/storage/storage-blob/samples/typescript/sample.env b/sdk/storage/storage-blob/samples/typescript/sample.env index 92a81cac6547..69c377c7a958 100644 --- a/sdk/storage/storage-blob/samples/typescript/sample.env +++ b/sdk/storage/storage-blob/samples/typescript/sample.env @@ -11,7 +11,7 @@ ACCOUNT_SAS= # Used to authenticate using Azure AD as a service principal for role-based authentication. # # See the documentation for `EnvironmentCredential` at the following link: -# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential +# https://aka.ms/azsdk/js/docs/ref/identity/environmentcredential AZURE_TENANT_ID= AZURE_CLIENT_ID= AZURE_CLIENT_SECRET= diff --git a/sdk/storage/storage-file-datalake/README.md b/sdk/storage/storage-file-datalake/README.md index 7f722cedea90..3640ea3ebd4d 100644 --- a/sdk/storage/storage-file-datalake/README.md +++ b/sdk/storage/storage-file-datalake/README.md @@ -10,7 +10,7 @@ Use the client libraries in this package to: [Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-file-datalake) | [Package (npm)](https://www.npmjs.com/package/@azure/storage-file-datalake) | -[API Reference Documentation](https://docs.microsoft.com/javascript/api/@azure/storage-file-datalake) | +[API Reference Documentation](https://aka.ms/azsdk/js/docs/ref/storage-file-datalake) | [Product documentation](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction?toc=%2fazure%2fstorage%2fblobs%2ftoc.json) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-file-datalake/samples) | [Azure Storage Data Lake REST APIs](https://docs.microsoft.com/en-us/rest/api/storageservices/data-lake-storage-gen2) diff --git a/sdk/storage/storage-file-share/README.md b/sdk/storage/storage-file-share/README.md index dd5118b23b90..d8cc30698e9a 100644 --- a/sdk/storage/storage-file-share/README.md +++ b/sdk/storage/storage-file-share/README.md @@ -17,7 +17,7 @@ Use the client libraries in this package to: [Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-file-share) | [Package (npm)](https://www.npmjs.com/package/@azure/storage-file-share/) | -[API Reference Documentation](https://docs.microsoft.com/javascript/api/@azure/storage-file-share) | +[API Reference Documentation](https://aka.ms/azsdk/js/docs/ref/storage-file-share) | [Product documentation](https://docs.microsoft.com/azure/storage/files/storage-files-introduction) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-file-share/samples) | [Azure Storage File REST APIs](https://docs.microsoft.com/rest/api/storageservices/file-service-rest-api) diff --git a/sdk/storage/storage-file-share/samples/javascript/README.md b/sdk/storage/storage-file-share/samples/javascript/README.md index 89a8b2a9c38d..c3735baa008d 100644 --- a/sdk/storage/storage-file-share/samples/javascript/README.md +++ b/sdk/storage/storage-file-share/samples/javascript/README.md @@ -71,7 +71,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [custompipeline]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-file-share/samples/javascript/customPipeline.js [advanced]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-file-share/samples/javascript/advanced.js [iterators-shares]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-file-share/samples/javascript/iterators-shares.js -[apiref]: https://docs.microsoft.com/javascript/api/@azure/storage-file-share +[apiref]: https://aka.ms/azsdk/js/docs/ref/storage-file-share [azstorage]: https://docs.microsoft.com/azure/storage/common/storage-account-overview [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-file-share/README.md diff --git a/sdk/storage/storage-file-share/samples/typescript/README.md b/sdk/storage/storage-file-share/samples/typescript/README.md index 8663bc9c120f..80e6253bc39e 100644 --- a/sdk/storage/storage-file-share/samples/typescript/README.md +++ b/sdk/storage/storage-file-share/samples/typescript/README.md @@ -83,7 +83,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [custompipeline]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-file-share/samples/typescript/src/customPipeline.ts [advanced]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-file-share/samples/typescript/src/advanced.ts [iterators-shares]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-file-share/samples/typescript/src/iterators-shares.ts -[apiref]: https://docs.microsoft.com/javascript/api/@azure/storage-file-share +[apiref]: https://aka.ms/azsdk/js/docs/ref/storage-file-share [azstorage]: https://docs.microsoft.com/azure/storage/common/storage-account-overview [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-file-share/README.md diff --git a/sdk/storage/storage-queue/README.md b/sdk/storage/storage-queue/README.md index e56a1cd85d25..56db23f0a76e 100644 --- a/sdk/storage/storage-queue/README.md +++ b/sdk/storage/storage-queue/README.md @@ -11,7 +11,7 @@ Use the client libraries in this package to: [Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-queue) | [Package (npm)](https://www.npmjs.com/package/@azure/storage-queue) | -[API Reference Documentation](https://docs.microsoft.com/javascript/api/@azure/storage-queue) | +[API Reference Documentation](https://aka.ms/azsdk/js/docs/ref/storage-queue) | [Product documentation](https://docs.microsoft.com/azure/storage/queues/storage-queues-introduction) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-queue/samples) | [Azure Storage Queue REST APIs](https://docs.microsoft.com/rest/api/storageservices/queue-service-rest-api) diff --git a/sdk/storage/storage-queue/samples/javascript/README.md b/sdk/storage/storage-queue/samples/javascript/README.md index 57046bc373b8..0c8e0710406e 100644 --- a/sdk/storage/storage-queue/samples/javascript/README.md +++ b/sdk/storage/storage-queue/samples/javascript/README.md @@ -67,7 +67,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [proxyauth]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-queue/samples/javascript/proxyAuth.js [sharedkeycred]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-queue/samples/javascript/sharedKeyCred.js [withconnstring]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-queue/samples/javascript/withConnString.js -[apiref]: https://docs.microsoft.com/javascript/api/@azure/storage-queue +[apiref]: https://aka.ms/azsdk/js/docs/ref/storage-queue [azstorage]: https://docs.microsoft.com/azure/storage/common/storage-account-overview [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-queue/README.md diff --git a/sdk/storage/storage-queue/samples/javascript/sample.env b/sdk/storage/storage-queue/samples/javascript/sample.env index 92a81cac6547..69c377c7a958 100644 --- a/sdk/storage/storage-queue/samples/javascript/sample.env +++ b/sdk/storage/storage-queue/samples/javascript/sample.env @@ -11,7 +11,7 @@ ACCOUNT_SAS= # Used to authenticate using Azure AD as a service principal for role-based authentication. # # See the documentation for `EnvironmentCredential` at the following link: -# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential +# https://aka.ms/azsdk/js/docs/ref/identity/environmentcredential AZURE_TENANT_ID= AZURE_CLIENT_ID= AZURE_CLIENT_SECRET= diff --git a/sdk/storage/storage-queue/samples/typescript/README.md b/sdk/storage/storage-queue/samples/typescript/README.md index 9107a5c4b234..afeec7691bd4 100644 --- a/sdk/storage/storage-queue/samples/typescript/README.md +++ b/sdk/storage/storage-queue/samples/typescript/README.md @@ -79,7 +79,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [proxyauth]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-queue/samples/typescript/src/proxyAuth.ts [sharedkeycred]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-queue/samples/typescript/src/sharedKeyCred.ts [withconnstring]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-queue/samples/typescript/src/withConnString.ts -[apiref]: https://docs.microsoft.com/javascript/api/@azure/storage-queue +[apiref]: https://aka.ms/azsdk/js/docs/ref/storage-queue [azstorage]: https://docs.microsoft.com/azure/storage/common/storage-account-overview [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-queue/README.md diff --git a/sdk/storage/storage-queue/samples/typescript/sample.env b/sdk/storage/storage-queue/samples/typescript/sample.env index 92a81cac6547..69c377c7a958 100644 --- a/sdk/storage/storage-queue/samples/typescript/sample.env +++ b/sdk/storage/storage-queue/samples/typescript/sample.env @@ -11,7 +11,7 @@ ACCOUNT_SAS= # Used to authenticate using Azure AD as a service principal for role-based authentication. # # See the documentation for `EnvironmentCredential` at the following link: -# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential +# https://aka.ms/azsdk/js/docs/ref/identity/environmentcredential AZURE_TENANT_ID= AZURE_CLIENT_ID= AZURE_CLIENT_SECRET= diff --git a/sdk/template/template/README-TEMPLATE.md b/sdk/template/template/README-TEMPLATE.md index 1de2920bcb20..24925dfa2ed2 100644 --- a/sdk/template/template/README-TEMPLATE.md +++ b/sdk/template/template/README-TEMPLATE.md @@ -17,7 +17,7 @@ Use the client library to: [Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/textanalytics/ai-text-analytics/) | [Package (NPM)](https://www.npmjs.com/package/@azure/ai-text-analytics) | -[API reference documentation](https://aka.ms/azsdk-js-textanalytics-ref-docs) | +[API reference documentation](https://aka.ms/azsdk/js/docs/ref/ai-text-analytics) | [Product documentation](https://docs.microsoft.com/azure/cognitive-services/text-analytics/) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples) diff --git a/sdk/textanalytics/ai-text-analytics/README.md b/sdk/textanalytics/ai-text-analytics/README.md index a59ee1532a56..0e28dee8ffad 100644 --- a/sdk/textanalytics/ai-text-analytics/README.md +++ b/sdk/textanalytics/ai-text-analytics/README.md @@ -17,7 +17,7 @@ Use the client library to: [Source code](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/textanalytics/ai-text-analytics/) | [Package (NPM)](https://www.npmjs.com/package/@azure/ai-text-analytics) | -[API reference documentation](https://aka.ms/azsdk-js-textanalytics-ref-docs) | +[API reference documentation](https://aka.ms/azsdk/js/docs/ref/ai-text-analytics) | [Product documentation](https://docs.microsoft.com/azure/cognitive-services/text-analytics/) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples) diff --git a/sdk/textanalytics/ai-text-analytics/samples/javascript/README.md b/sdk/textanalytics/ai-text-analytics/samples/javascript/README.md index 24c2f7ec1837..398ff9777fcc 100644 --- a/sdk/textanalytics/ai-text-analytics/samples/javascript/README.md +++ b/sdk/textanalytics/ai-text-analytics/samples/javascript/README.md @@ -65,7 +65,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [extractkeyphrases]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/javascript/extractKeyPhrases.js [recognizelinkedentities]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/javascript/recognizeLinkedEntities.js [recognizeentities]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/javascript/recognizeEntities.js -[apiref]: https://docs.microsoft.com/javascript/api/@azure/ai-text-analytics +[apiref]: https://aka.ms/azsdk/js/docs/ref/ai-text-analytics [azcogsvc]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md diff --git a/sdk/textanalytics/ai-text-analytics/samples/javascript/sample.env b/sdk/textanalytics/ai-text-analytics/samples/javascript/sample.env index 5eb547dc0972..7400bb27ae14 100644 --- a/sdk/textanalytics/ai-text-analytics/samples/javascript/sample.env +++ b/sdk/textanalytics/ai-text-analytics/samples/javascript/sample.env @@ -7,7 +7,7 @@ TEXT_ANALYTICS_API_KEY="" # in the tokenAuth sample. # # See the documentation for `EnvironmentCredential` at the following link: -# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential +# https://aka.ms/azsdk/js/docs/ref/identity/environmentcredential AZURE_TENANT_ID= AZURE_CLIENT_ID= AZURE_CLIENT_SECRET= diff --git a/sdk/textanalytics/ai-text-analytics/samples/typescript/README.md b/sdk/textanalytics/ai-text-analytics/samples/typescript/README.md index 1cdf35507ca8..827e3cbc4e55 100644 --- a/sdk/textanalytics/ai-text-analytics/samples/typescript/README.md +++ b/sdk/textanalytics/ai-text-analytics/samples/typescript/README.md @@ -77,7 +77,7 @@ Take a look at our [API Documentation][apiref] for more information about the AP [extractkeyphrases]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/extractKeyPhrases.ts [recognizelinkedentities]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/recognizeLinkedEntities.ts [recognizeentities]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/samples/typescript/src/recognizeEntities.ts -[apiref]: https://docs.microsoft.com/javascript/api/@azure/ai-text-analytics +[apiref]: https://aka.ms/azsdk/js/docs/ref/ai-text-analytics [azcogsvc]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md diff --git a/sdk/textanalytics/ai-text-analytics/samples/typescript/sample.env b/sdk/textanalytics/ai-text-analytics/samples/typescript/sample.env index 5eb547dc0972..7400bb27ae14 100644 --- a/sdk/textanalytics/ai-text-analytics/samples/typescript/sample.env +++ b/sdk/textanalytics/ai-text-analytics/samples/typescript/sample.env @@ -7,7 +7,7 @@ TEXT_ANALYTICS_API_KEY="" # in the tokenAuth sample. # # See the documentation for `EnvironmentCredential` at the following link: -# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential +# https://aka.ms/azsdk/js/docs/ref/identity/environmentcredential AZURE_TENANT_ID= AZURE_CLIENT_ID= AZURE_CLIENT_SECRET=