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
Copy file name to clipboardExpand all lines: articles/ai-services/content-safety/how-to/incident-response.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Follow these steps to define an incident with a few examples of text content and
30
30
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
31
31
* Once you have your Azure subscription, <ahref="https://aka.ms/acs-create"title="Create a Content Safety resource"target="_blank">create a Content Safety resource </a> in the Azure portal to get your key and endpoint. Enter a unique name for your resource, select your subscription, and select a resource group, supported region (East US or Sweden Central), and supported pricing tier. Then select **Create**.
32
32
* The resource takes a few minutes to deploy. After it finishes, Select **go to resource**. In the left pane, under **Resource Management**, select **Subscription Key and Endpoint**. The endpoint and either of the keys are used to call APIs.
33
-
*also create a blob storage container tbd
33
+
*Also create a blob storage container if you want to upload your images there. You can also encode your images as Base64 strings and use them directly in the API calls.
34
34
* One of the following installed:
35
35
*[cURL](https://curl.haxx.se/) for REST API calls.
Use the following command to upload a sample image and test it against the incient you created.
318
+
Use the following command to upload a sample image and test it against the incient you created. You can either use a URL pointing to the image in an Azure blob storage container, or you can add the image data as a Base64 string.
0 commit comments