Skip to content

Commit 3ab35ef

Browse files
authored
Merge pull request #267872 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 8d7b9c0 + d0540d1 commit 3ab35ef

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

articles/ai-studio/how-to/create-azure-ai-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ At Azure AI hub resource creation, select between the networking isolation modes
114114

115115
At Azure AI hub resource creation in the Azure portal, creation of associated Azure AI services, Storage account, Key vault, Application insights, and Container registry is given. These resources are found on the Resources tab during creation.
116116

117-
To connect to Azure AI services (Azure OpenAI, Azure AI Search, and Azure AI Content Safety) or storage accounts in Azure AI Studio, create a private endpoint in your virtual network. Ensure the PNA flag is disabled when creating the private endpoint connection. For more about Azure AI services connections, follow documentation [here](../../ai-services/cognitive-services-virtual-networks.md). You can optionally bring your own (BYO) search, but this requires a private endpoint connection from your virtual network.
117+
To connect to Azure AI services (Azure OpenAI, Azure AI Search, and Azure AI Content Safety) or storage accounts in Azure AI Studio, create a private endpoint in your virtual network. Ensure the PNA (Public Network Access) flag is disabled when creating the private endpoint connection. For more about Azure AI services connections, follow documentation [here](../../ai-services/cognitive-services-virtual-networks.md). You can optionally bring your own (BYO) search, but this requires a private endpoint connection from your virtual network.
118118

119119
### Encryption
120120
Projects that use the same Azure AI hub resource, share their encryption configuration. Encryption mode can be set only at the time of Azure AI hub resource creation between Microsoft-managed keys and Customer-managed keys.

articles/aks/concepts-sustainable-software-engineering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ A service mesh deploys extra containers for communication, typically in a [sidec
195195

196196
Sending and storing all logs from all possible sources (workloads, services, diagnostics, and platform activity) can increase storage and network traffic, which impacts costs and carbon emissions.
197197

198-
* Make sure you're collecting and retaining only the necessary log data to support your requirements. [Configure data collection rules for your AKS workloads](../azure-monitor/containers/container-insights-data-collection-configmap.md#data-collection-settings) and implement design considerations for [optimizing your Log Analytics costs](/azure/architecture/framework/services/monitoring/log-analytics/cost-optimization).
198+
* Make sure you're collecting and retaining only the necessary log data to support your requirements. [Configure data collection rules for your AKS workloads](../azure-monitor/containers/container-insights-data-collection-configmap.md#data-collection-settings) and implement design considerations for optimizing your Log Analytics costs.
199199

200200
### Cache static data
201201

articles/data-factory/concept-managed-airflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Managed Airflow in Azure Data Factory offers a range of powerful features, inclu
4242
- **Microsoft Entra integration** - You can enable [Microsoft Entra RBAC](concepts-roles-permissions.md) against your Airflow environment for a single sign-on experience that is secured by Microsoft Entra ID.
4343
- **Managed Virtual Network integration** (coming soon) - You can access your data source via private endpoints or on-premises using ADF Managed Virtual Network that provides extra network isolation.
4444
- **Metadata encryption** - Managed Airflow automatically encrypts metadata using Azure-managed keys to ensure your environment is secure by default. It also supports double encryption with a [Customer-Managed Key (CMK)](enable-customer-managed-key.md).
45-
- **Azure Monitoring and alerting** - All the logs generated by Managed Airflow is exported to Azure Monitor. It also provides metrics to track critical conditions and help you notify if the need be.
45+
- **Azure Monitoring and alerting** - All the logs generated by Managed Airflow are exported to Azure Monitor. It also provides metrics to track critical conditions and help you notify if the need be.
4646

4747
## Architecture
4848
:::image type="content" source="media/concept-managed-airflow/architecture.png" lightbox="media/concept-managed-airflow/architecture.png" alt-text="Screenshot shows architecture in Managed Airflow.":::

articles/healthcare-apis/fhir/fhir-service-resource-manager-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ You can deploy the FHIR service resource by **removing** the workspaces resource
119119
{
120120
"type": "Microsoft.HealthcareApis/workspaces",
121121
"name": "[parameters('workspaceName')]",
122-
"apiVersion": "2020-11-01-preview",
122+
"apiVersion": "2023-11-01",
123123
"location": "[parameters('region')]",
124124
"properties": {}
125125
},
126126
{
127127
"type": "Microsoft.HealthcareApis/workspaces/fhirservices",
128128
"kind": "fhir-R4",
129129
"name": "[concat(parameters('workspaceName'), '/', parameters('fhirServiceName'))]",
130-
"apiVersion": "2020-11-01-preview",
130+
"apiVersion": "2023-11-01",
131131
"location": "[parameters('region')]",
132132
"dependsOn": [
133133
"[resourceId('Microsoft.HealthcareApis/workspaces', parameters('workspaceName'))]"
@@ -205,7 +205,7 @@ You can create a new resource group, or use an existing one by skipping the step
205205
$resourcegroupname="your resource group"
206206
$location="South Central US"
207207
$workspacename="your workspace name"
208-
$servicename="your fhir service name"
208+
$fhirservicename="your fhir service name"
209209
$tenantid="xxx"
210210
$subscriptionid="xxx"
211211
$storageaccountname="storage account name"

articles/key-vault/managed-hsm/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Managed HSM is a cloud service that safeguards cryptographic keys. Because these
2323

2424
To control access to your managed HSM:
2525

26-
- Create an [Microsoft Entra security group](../../active-directory/fundamentals/active-directory-manage-groups.md) for the HSM Administrators (instead of assigning the Administrator role to individuals) to prevent "administration lockout" if an individual account is deleted.
26+
- Create a [Microsoft Entra security group](../../active-directory/fundamentals/active-directory-manage-groups.md) for the HSM Administrators (instead of assigning the Administrator role to individuals) to prevent "administration lockout" if an individual account is deleted.
2727
- Lock down access to your management groups, subscriptions, resource groups, and managed HSMs. Use Azure role-based access control (Azure RBAC) to control access to your management groups, subscriptions, and resource groups.
2828
- Create per-key role assignments by using [Managed HSM local RBAC](access-control.md#data-plane-and-managed-hsm-local-rbac).
2929
- To maintain separation of duties, avoid assigning multiple roles to the same principals.

articles/logic-apps/workflow-assistant-standard.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The following table includes only some example use cases, so please share your f
9999

100100
- Workflow size
101101

102-
You might experience different performance levels in the workflow assistant, based on factors such as the number of workflow operations or complexity. The assistant is trained on workflows with different complexity levels but still has limited scope and might not be able to handle very large workflows. These limitations are primarily related to token constraints in the queries sent to Azure Open AI Service. The Azure Logic Apps team is committed to continuous improvement and enhancing these limitations through iterative updates.
102+
You might experience different performance levels in the workflow assistant, based on factors such as the number of workflow operations or complexity. The assistant is trained on workflows with different complexity levels but still has limited scope and might not be able to handle very large workflows. These limitations are primarily related to token constraints in the queries sent to Azure OpenAI Service. The Azure Logic Apps team is committed to continuous improvement and enhancing these limitations through iterative updates.
103103

104104
<a name="provide-feedback"></a>
105105

@@ -146,9 +146,9 @@ In the chat pane, under the workflow assistant's response, choose an option:
146146

147147
**Q**: How does the workflow assistant use my query to generate responses?
148148

149-
**A**: The workflow is powered by [Azure Open AI Service](../ai-services/openai/overview.md) and [ChatGPT](https://openai.com/blog/chatgpt), which use Azure Logic Apps documentation from reputable sources along with internet data that's used to train GPT 3.5-Turbo. This content is processed into a vectorized format, which is then accessible through a backend system built on Azure App Service. Queries are triggered based on interactions with the workflow designer.
149+
**A**: The workflow is powered by [Azure OpenAI Service](../ai-services/openai/overview.md) and [ChatGPT](https://openai.com/blog/chatgpt), which use Azure Logic Apps documentation from reputable sources along with internet data that's used to train GPT 3.5-Turbo. This content is processed into a vectorized format, which is then accessible through a backend system built on Azure App Service. Queries are triggered based on interactions with the workflow designer.
150150

151-
When you enter your question in the assistant's chat box, the Azure Logic Apps backend performs preprocessing and forwards the results to a large language model in Azure Open AI Service. This model generates responses based on the current context in the form of the workflow definition's JSON code and your prompt.
151+
When you enter your question in the assistant's chat box, the Azure Logic Apps backend performs preprocessing and forwards the results to a large language model in Azure OpenAI Service. This model generates responses based on the current context in the form of the workflow definition's JSON code and your prompt.
152152

153153
**Q**: What data does the workflow assistant collect?
154154

@@ -172,7 +172,7 @@ When you enter your question in the assistant's chat box, the Azure Logic Apps b
172172

173173
**Q**: What's the difference between Azure OpenAI Service and ChatGPT?
174174

175-
**A**: [Azure Open AI Service](../ai-services/openai/overview.md) is an enterprise-ready AI technology that's powered and optimized for your business processes and your business data to meet security and privacy requirements.
175+
**A**: [Azure OpenAI Service](../ai-services/openai/overview.md) is an enterprise-ready AI technology that's powered and optimized for your business processes and your business data to meet security and privacy requirements.
176176

177177
[ChatGPT](https://openai.com/blog/chatgpt) is built by [Open AI](https://openai.com) and is a general-purpose large language model (LLM) trained by OpenAI on a massive dataset of text, designed to engage in human-like conversations and answer a wide range of questions on several topics.
178178

0 commit comments

Comments
 (0)