You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Language resource can't be created using the Azure CLI because it is not currently possible to agree to the Responsible AI agreement over CLI. See Azure/azure-sdk-for-python#28233 for more details.
Copy file name to clipboardExpand all lines: sdk/cognitivelanguage/ai-language-text/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUP
50
50
### Prerequisites
51
51
52
52
- An [Azure subscription][azure_sub].
53
-
- An existing [Cognitive Services][cognitive_resource] or Language resource. If you need to create the resource, you can use the [Azure Portal][azure_portal] or [Azure CLI][azure_cli].
53
+
- An existing [Cognitive Services][cognitive_resource] or Language resource. If you need to create the resource, you can use the [Azure Portal][azure_portal] or [Azure CLI][azure_cli] following the steps in [this document][cli_docs].
54
54
55
55
If you use the Azure CLI, replace `<your-resource-group-name>` and `<your-resource-name>` with your own unique names:
56
56
@@ -837,6 +837,7 @@ If you'd like to contribute to this library, please read the [contributing guide
0 commit comments