Skip to content

Commit 80d0f2b

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into networking
2 parents d35e672 + 9d15ff2 commit 80d0f2b

File tree

58 files changed

+1588
-487
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1588
-487
lines changed

.openpublishing.publish.config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,12 @@
254254
"branch": "main",
255255
"branch_mapping": {}
256256
},
257+
{
258+
"path_to_root": "function-flex-consumption",
259+
"url": "https://github.com/Azure-Samples/azure-functions-flex-consumption-samples",
260+
"branch": "main",
261+
"branch_mapping": {}
262+
},
257263
{
258264
"path_to_root": "functions-azure-product",
259265
"url": "https://github.com/Azure/Azure-Functions",
@@ -506,6 +512,12 @@
506512
"branch": "sdk-codetest",
507513
"branch_mapping": {}
508514
},
515+
{
516+
"path_to_root": "rag-data-openai-python-promptflow-main",
517+
"url": "https://github.com/Azure-Samples/rag-data-openai-python-promptflow",
518+
"branch": "main",
519+
"branch_mapping": {}
520+
},
509521
{
510522
"path_to_root": "azureml-examples-main",
511523
"url": "https://github.com/azure/azureml-examples",

articles/ai-services/content-safety/studio-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this quickstart, get started with the Azure AI Content Safety service using C
2323

2424
* An active Azure account. If you don't have one, you can [create one for free](https://azure.microsoft.com/free/cognitive-services/).
2525
* A [Content Safety](https://aka.ms/acs-create) Azure resource.
26-
* The `Cognitive Services User` role assigned to the Content Safety resource in the desired Azure subscription.
26+
* Assign `Cognitive Services User` role to your account to ensure the studio experience. Go to [Azure Portal](https://portal.azure.com/), navigate to your Content Safety resource or Azure AI Services resource, and select **Access Control** in the left navigation bar, then click **+ Add role assignment**, choose the `Cognitive Services User` role and select the memeber of your account that you need to assign this role to, then review and assign. It might take few minutes for the assignment to take effect.
2727
* Sign in to [Content Safety Studio](https://contentsafety.cognitive.azure.com) with your Azure subscription and Content Safety resource.
2828

2929

articles/ai-studio/index.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,20 @@ landingContent:
5656
links:
5757
- text: Deploy an enterprise chat web app
5858
url: tutorials/deploy-chat-web-app.md
59-
- text: Build your own copilot using prompt flow
59+
- text: Build your copilot using prompt flow in AI Studio
6060
url: tutorials/deploy-copilot-ai-studio.md
6161

6262
# Card
6363
- title: Develop apps
6464
linkLists:
6565
- linkListType: how-to-guide
6666
links:
67-
- text: Get started with the Azure AI SDK
67+
- text: Get started with the Azure AI SDKs
6868
url: how-to/develop/sdk-overview.md
6969
- text: Work with AI Studio projects in VS Code
7070
url: how-to/develop/vscode.md
71+
- text: Build your copilot using the prompt flow SDK
72+
url: tutorials/copilot-sdk-build-rag.md
7173
- linkListType: concept
7274
links:
7375
- text: Connections for flows and indexing
20.3 KB
Loading
25.3 KB
Loading
32.8 KB
Loading
82.8 KB
Loading
126 KB
Loading
69 KB
Loading
43.2 KB
Loading

0 commit comments

Comments
 (0)