Skip to content

Commit db696f4

Browse files
committed
remove en-us
1 parent 945b36a commit db696f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/cognitive-services/Anomaly-Detector/tutorials/multivariate-anomaly-detection-synapse.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In this section, you'll create the following resources in Azure portal:
4444

4545
### Create a Storage account resource
4646

47-
* [Create a Storage account resource](https://ms.portal.azure.com/#create/Microsoft.StorageAccount) in Azure portal. After your storage account is built, **create a container** to store intermediate data, since SynapseML will transform your original data to a schema that Multivariate Anomaly Detector supports. (Refer to Multivariate Anomaly Detector [input schema](https://docs.microsoft.com/en-us/azure/cognitive-services/anomaly-detector/how-to/multivariate-how-to#input-data-schema))
47+
* [Create a Storage account resource](https://ms.portal.azure.com/#create/Microsoft.StorageAccount) in Azure portal. After your storage account is built, **create a container** to store intermediate data, since SynapseML will transform your original data to a schema that Multivariate Anomaly Detector supports. (Refer to Multivariate Anomaly Detector [input schema](https://docs.microsoft.com/azure/cognitive-services/anomaly-detector/how-to/multivariate-how-to#input-data-schema))
4848

4949
> [!NOTE]
5050
> You could also choose not to create a container in this step, in the later part, our sample code will help you create a container with your specified name if you don't have one.
@@ -257,16 +257,16 @@ If you have the needs to run training code and inference code in separate notebo
257257
.setModelId('5bXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXe9'))
258258
```
259259

260-
261260
## Learn more
261+
262262
### About Anomaly Detector
263-
* Learn about [what is Multivariate Anomaly Detector](https://docs.microsoft.com/en-us/azure/cognitive-services/anomaly-detector/overview-multivariate).
263+
* Learn about [what is Multivariate Anomaly Detector](https://docs.microsoft.com/azure/cognitive-services/anomaly-detector/overview-multivariate).
264264
* SynapseML documentation with [Multivariate Anomaly Detector feature](https://microsoft.github.io/SynapseML/docs/documentation/estimators/estimators_cognitive/#fitmultivariateanomaly).
265265
* Recipe: [Cognitive Services - Multivariate Anomaly Detector](https://microsoft.github.io/SynapseML/docs/next/features/cognitive_services/CognitiveServices).
266266
* Need support? [Join the Anomaly Detector Community](https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR2Ci-wb6-iNDoBoNxrnEk9VURjNXUU1VREpOT0U1UEdURkc0OVRLSkZBNC4u).
267267

268268
### About Synapse
269-
* Quick start: [Configure prerequisites for using Cognitive Services in Azure Synapse Analytics](https://docs.microsoft.com/en-us/azure/synapse-analytics/machine-learning/tutorial-configure-cognitive-services-synapse#create-a-key-vault-and-configure-secrets-and-access).
269+
* Quick start: [Configure prerequisites for using Cognitive Services in Azure Synapse Analytics](https://docs.microsoft.com/azure/synapse-analytics/machine-learning/tutorial-configure-cognitive-services-synapse#create-a-key-vault-and-configure-secrets-and-access).
270270
* Visit [SynpaseML new website](https://microsoft.github.io/SynapseML/) for the latest docs, demos, and examples.
271-
* Learn more about [Synapse Analytics](https://docs.microsoft.com/en-us/azure/synapse-analytics/).
271+
* Learn more about [Synapse Analytics](https://docs.microsoft.com/azure/synapse-analytics/).
272272
* Read about the [SynapseML v0.9.5 release](https://github.com/microsoft/SynapseML/releases/tag/v0.9.5) on GitHub.

0 commit comments

Comments
 (0)