Skip to content

Commit f048ed4

Browse files
Merge pull request #304194 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-14 05:00 UTC
2 parents 17d3e8b + b232b20 commit f048ed4

File tree

5 files changed

+26
-10
lines changed

5 files changed

+26
-10
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Include file
3+
description: Public preview include document
4+
author: fanruisun
5+
manager: koagbakp
6+
services: azure-communication-services
7+
ms.author: fanruisun
8+
ms.date: 08/08/2025
9+
ms.topic: include
10+
ms.service: azure-communication-services
11+
---
12+
> [!IMPORTANT]
13+
> This feature of Azure Communication Services is currently in preview. Features in preview are publicly available and can be used by all new and existing Microsoft customers.
14+
>
15+
> This preview version is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or capabilities might be constrained.
16+
>
17+
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).

articles/communication-services/quickstarts/email/send-email-advanced/send-email-with-inline-attachments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ zone_pivot_groups: acs-js-csharp-java-python-azcli-ps
1717

1818
This article describes how to send email with inline attachments using our Email SDKs.
1919

20+
[!INCLUDE [public-preview-notice.md](./includes/public-preview-include-document.md)]
21+
2022
::: zone pivot="programming-language-azcli"
2123
[!INCLUDE [inline-attachments-azcli](./includes/inline-attachments-azcli.md)]
2224
::: zone-end

articles/governance/service-groups/create-service-group-portal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ Azure Service Groups offer a flexible way to organize and manage resources acros
2727
## Create in Azure portal
2828

2929
1. Log into the [Azure portal](https://preview.portal.azure.com/#view/Microsoft_Azure_Resources/ServiceGroupsBrowse.ReactView).
30-
2. Select **All services** > **Management + governance**.
31-
3. Select **Service Groups**.
30+
3. Search **Service Groups**.
3231
4. Select **+ Add Service Group**.
3332

3433
:::image type="content" source="./media/create-service-group.png" alt-text="Screenshot of new Service Group screen." Lightbox = "./media/create-service-group.png" :::

articles/logic-apps/parse-document-chunk-text.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,15 @@ ms.suite: integration
66
ms.collection: ce-skilling-ai-copilot
77
ms.reviewer: estfan, azla
88
ms.topic: how-to
9-
ms.date: 02/11/2025
9+
ms.date: 08/14/2025
1010
ms.update-cycle: 180-days
11-
# Customer intent: As a developer using Azure Logic Apps, I want to parse a document or chunk text that I want to use with Azure AI operations for my workflow in Azure Logic Apps.
11+
# Customer intent: As an integration developer using Azure Logic Apps, I want to parse a document or chunk text that I want to use with Azure AI operations for my workflow in Azure Logic Apps.
1212
---
1313

14-
# Parse or chunk content for workflows in Azure Logic Apps (Preview)
14+
# Parse or chunk content for workflows in Azure Logic Apps
1515

1616
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
1717

18-
> [!IMPORTANT]
19-
> This capability is in preview and is subject to the
20-
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
21-
2218
Sometimes you have to convert content into tokens, which are words or chunks of characters, or divide a large document into smaller pieces before you can use this content with some actions. For example, the **Azure AI Search** or **Azure OpenAI** actions expect tokenized input and can handle only a limited number of tokens.
2319

2420
For these scenarios, use the **Data Operations** actions named **Parse a document** and **Chunk text** in your logic app workflow. These actions respectively transform content, such as a PDF document, CSV file, Excel file, and so on, into tokenized string output and then split the string into pieces, based on the number of tokens. You can then reference and use these outputs with subsequent actions in your workflow.

articles/service-connector/concept-permission.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ Creating connections to Azure resources requires appropriate permissions.
4848
> |`Microsoft.AppPlatform/Spring/read`|Get Azure Spring Apps service instance(s)|
4949
> |`Microsoft.AppPlatform/Spring/apps/read`|Get the applications for a specific Azure Spring Apps service instance|
5050
> |`Microsoft.AppPlatform/Spring/apps/write`|Create or update the application for a specific Azure Spring Apps service instance|
51+
> |`Microsoft.AppPlatform/Spring/apps/listConnectorProps/action`|Get the connector properties of Azure Spring Apps application|
5152
> |`Microsoft.AppPlatform/Spring/apps/deployments/*/read`|Get the deployments for a specific application|
5253
> |`Microsoft.AppPlatform/Spring/apps/deployments/*/write`|Create or update the deployment for a specific application|
5354
> |`Microsoft.AppPlatform/Spring/apps/deployments/*/delete`|Delete the deployment for a specific application|
55+
> |`Microsoft.AppPlatform/Spring/apps/deployments/listConnectorProps/action`|Get the connector properties of the deployment for a specific application|
5456
5557
### Azure Container Apps
5658

@@ -326,4 +328,4 @@ Service Connector may need to grant permissions to your identity if a connection
326328

327329
- [FAQ](./faq.yml)
328330
- [Service internals](./concept-service-connector-internals.md)
329-
- [Microsoft Entra roles assigned by Service Connector](./concept-microsoft-entra-roles.md)
331+
- [Microsoft Entra roles assigned by Service Connector](./concept-microsoft-entra-roles.md)

0 commit comments

Comments
 (0)