Skip to content

Commit 74a6b19

Browse files
authored
Merge pull request #262554 from MicrosoftDocs/main
1/5/2024 AM Publish
2 parents 4ee8b7e + 8e737a9 commit 74a6b19

File tree

41 files changed

+241
-66
lines changed

Some content is hidden

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

41 files changed

+241
-66
lines changed

articles/ai-services/openai/concepts/models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the different model capabilities that are available with Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 01/03/2024
7+
ms.date: 01/05/2024
88
ms.custom: event-tier1-build-2022, references_regions, build-2023, build-2023-dataai, refefences_regions
99
manager: nitinme
1010
author: mrbullwinkle #ChrisHMSFT
@@ -145,7 +145,7 @@ These models can only be used with Embedding API requests.
145145
146146
| Model ID | Model Availability | Max Request (tokens) | Training Data (up to) | Output Dimensions |
147147
|---|---| :---:|:---:|:---:|
148-
| `text-embedding-ada-002` (version 2) | Australia East <br> Canada East <br> East US <br> East US2 <br> France Central <br> Japan East <br> North Central US <br> South Central US <br> Sweden Central <br> Switzerland North <br> UK South <br> West Europe |8,191 | Sep 2021 | 1,536 |
148+
| `text-embedding-ada-002` (version 2) | Australia East <br> Canada East <br> East US <br> East US2 <br> France Central <br> Japan East <br> North Central US <br> Norway East <br> South Central US <br> Sweden Central <br> Switzerland North <br> UK South <br> West Europe <br> West US |8,191 | Sep 2021 | 1,536 |
149149
| `text-embedding-ada-002` (version 1) | East US <br> South Central US <br> West Europe |2,046 | Sep 2021 | 1,536 |
150150

151151
### DALL-E models (Preview)

articles/ai-services/openai/reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,9 @@ curl -i -X POST YOUR_RESOURCE_NAME/openai/deployments/YOUR_DEPLOYMENT_NAME/exten
379379
{
380380
"type": "AzureCognitiveSearch",
381381
"parameters": {
382-
"endpoint": "'YOUR_AZURE_COGNITIVE_SEARCH_ENDPOINT'",
383-
"key": "'YOUR_AZURE_COGNITIVE_SEARCH_KEY'",
384-
"indexName": "'YOUR_AZURE_COGNITIVE_SEARCH_INDEX_NAME'"
382+
"endpoint": "YOUR_AZURE_COGNITIVE_SEARCH_ENDPOINT",
383+
"key": "YOUR_AZURE_COGNITIVE_SEARCH_KEY",
384+
"indexName": "YOUR_AZURE_COGNITIVE_SEARCH_INDEX_NAME"
385385
}
386386
}
387387
],

articles/azure-app-configuration/howto-set-up-private-access.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ This command will prompt your web browser to launch and load an Azure sign-in pa
5050

5151
1. Fill out the form with the following information:
5252

53-
| Parameter | Description | Example |
54-
|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------|
55-
| Subscription | Select an Azure subscription. Your private endpoint must be in the same subscription as your virtual network. You'll select a virtual network later in this how-to guide. | *MyAzureSubscription* |
56-
| Resource group | Select a resource group or create a new one. | *MyResourceGroup* |
57-
| Name | Enter a name for the new private endpoint for your App Configuration store. | *MyPrivateEndpoint* |
58-
| Network Interface Name | This field is completed automatically. Optionally edit the name of the network interface. | *MyPrivateEndpoint-nic* |
59-
| Region | Select a region. Your private endpoint must be in the same region as your virtual network. | *Central US* |
53+
| Parameter | Description | Example |
54+
|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------|
55+
| Subscription | Select an Azure subscription. Your private endpoint must be in the same subscription as your virtual network. You'll select a virtual network later in this how-to guide. | *MyAzureSubscription* |
56+
| Resource group | Select a resource group or create a new one. | *MyResourceGroup* |
57+
| Name | Enter a unique name for the new private endpoint for your App Configuration store. When using the Azure portal, the private endpoint connection name will be the same as the private endpoint name. App Configuration stores must have unique private endpoint connection names. | *MyPrivateEndpoint* |
58+
| Network Interface Name | This field is completed automatically. Optionally edit the name of the network interface. | *MyPrivateEndpoint-nic* |
59+
| Region | Select a region. Your private endpoint must be in the same region as your virtual network. | *Central US* |
6060

6161
:::image type="content" source="./media/private-endpoint/basics.png" alt-text="Screenshot of the Azure portal, create a private endpoint, basics tab.":::
6262

@@ -141,7 +141,7 @@ Once deployment is complete, you'll get a notification that your endpoint has be
141141
> | `<private-endpoint-name>` | Enter a name for your new private endpoint. | `MyPrivateEndpoint` |
142142
> | `<vnet-name>` | Enter the name of an existing vnet. | `Myvnet` |
143143
> | `<private-connection-resource-id>` | Enter your App Configuration store's private connection resource ID. This the ID you saved from the output of the previous step. | `/subscriptions/123/resourceGroups/MyResourceGroup/providers/Microsoft.AppConfiguration/configurationStores/MyAppConfigStore`|
144-
> | `<connection-name>` | Enter a connection name. |`MyConnection` |
144+
> | `<connection-name>` | Enter a connection name. App Configuration stores must have unique private endpoint connection names. |`MyConnection` |
145145
> | `<location>` | Enter an Azure region. Your private endpoint must be in the same region as your virtual network. |`centralus` |
146146
147147
---

articles/azure-monitor/agents/azure-monitor-agent-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom:
1515
[Azure Monitor Agent (AMA)](./agents-overview.md) replaces the Log Analytics agent (also known as MMA and OMS) for Windows and Linux machines, in Azure and non-Azure environments, including on-premises and third-party clouds. The agent introduces a simplified, flexible method of configuring data collection using [data collection rules (DCRs)](../essentials/data-collection-rule-overview.md). This article provides guidance on how to implement a successful migration from the Log Analytics agent to Azure Monitor Agent.
1616

1717
> [!IMPORTANT]
18-
> The Log Analytics agent will be [retired on **August 31, 2024**](https://azure.microsoft.com/updates/were-retiring-the-log-analytics-agent-in-azure-monitor-on-31-august-2024/). After this date, Microsoft will no longer provide any support for the Log Analytics agent. If you're currently using the Log Analytics agent with Azure Monitor or [other supported features and services](#migrate-additional-services-and-features), start planning your migration to Azure Monitor Agent by using the information in this article.
18+
> The Log Analytics agent will be [retired on **August 31, 2024**](https://azure.microsoft.com/updates/were-retiring-the-log-analytics-agent-in-azure-monitor-on-31-august-2024/). After this date, Microsoft will no longer provide any support for the Log Analytics agent. If you're currently using the Log Analytics agent with Azure Monitor or [other supported features and services](#migrate-additional-services-and-features), start planning your migration to Azure Monitor Agent by using the information in this article. If you are using the Log Analytics Agent for SCOM you will need to [migrate to the SCOM Agent](../vm/scom-managed-instance-overview.md)
1919
2020
## Benefits
2121

articles/azure-monitor/app/java-standalone-sampling-overrides.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ Span attribute names are based on the OpenTelemetry semantic conventions. (HTTP,
192192

193193
https://github.com/open-telemetry/semantic-conventions/blob/main/docs/README.md
194194

195-
To see the exact set of attributes captured by Application Insights Java for your application, set the
195+
>[!Note]
196+
> To see the exact set of attributes captured by Application Insights Java for your application, set the
196197
[self-diagnostics level to debug](./java-standalone-config.md#self-diagnostics), and look for debug messages starting
197198
with the text "exporting span".
198199

articles/azure-monitor/app/opentelemetry-add-modify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2222,7 +2222,7 @@ Use the add [custom property example](#add-a-custom-property-to-a-span), but rep
22222222
class SpanFilteringProcessor(SpanProcessor):
22232223

22242224
# Prevents exporting spans from internal activities.
2225-
def on_start(self, span):
2225+
def on_start(self, span, parent_context):
22262226
# Check if the span is an internal activity.
22272227
if span._kind is SpanKind.INTERNAL:
22282228
# Create a new span context with the following properties:
@@ -2235,7 +2235,7 @@ Use the add [custom property example](#add-a-custom-property-to-a-span), but rep
22352235
span.context.trace_id,
22362236
span.context.span_id,
22372237
span.context.is_remote,
2238-
TraceFlags.DEFAULT,
2238+
TraceFlags(TraceFlags.DEFAULT),
22392239
span.context.trace_state,
22402240
)
22412241

articles/azure-resource-manager/bicep/deployment-stacks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ az stack sub create \
101101
--name '<deployment-stack-name>' \
102102
--location '<location>' \
103103
--template-file '<bicep-file-name>' \
104-
--deployment-resource-group-name' <resource-group-name>' \
104+
--deployment-resource-group' <resource-group-name>' \
105105
--deny-settings-mode 'none'
106106
```
107107

108-
The `deployment-resource-group-name` parameter specifies the resource group used to store the managed resources. If the parameter isn't specified, the managed resources are stored in the subscription scope.
108+
The `deployment-resource-group` parameter specifies the resource group used to store the managed resources. If the parameter isn't specified, the managed resources are stored in the subscription scope.
109109

110110
# [Portal](#tab/azure-portal)
111111

@@ -280,7 +280,7 @@ az stack sub create \
280280
--name '<deployment-stack-name>' \
281281
--location '<location>' \
282282
--template-file '<bicep-file-name>' \
283-
--deployment-resource-group-name '<resource-group-name>' \
283+
--deployment-resource-group '<resource-group-name>' \
284284
--deny-settings-mode 'none'
285285
```
286286

articles/azure-resource-manager/management/tag-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2331,7 +2331,7 @@ To get the same data as a file of comma-separated values, download [tag-support.
23312331
> | networkVirtualAppliances | Yes | Yes |
23322332
> | networkWatchers | Yes | Yes |
23332333
> | networkWatchers / connectionMonitors | Yes | No |
2334-
> | networkWatchers / flowLogs | Yes | Yes |
2334+
> | networkWatchers / flowLogs | Yes | No |
23352335
> | networkWatchers / lenses | Yes | No |
23362336
> | networkWatchers / pingMeshes | Yes | No |
23372337
> | p2sVpnGateways | Yes | Yes |

articles/bastion/bastion-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following diagram shows connections to virtual machines via a Bastion deploy
2323
|Benefit |Description|
2424
|-----------|-----------|
2525
|RDP and SSH through the Azure portal|You can get to the RDP and SSH session directly in the Azure portal using a single-click seamless experience.|
26-
|Remote Session over TLS and firewall traversal for RDP/SSH|Azure Bastion uses an HTML5 based web client that is automatically streamed to your local device. Your RDP/SSH session is over TLS on port 443. This enables the traffic to traverse firewalls more securely. Bastion supports TLS 1.2 and above. Older TLS versions aren't supported.|
26+
|Remote Session over TLS and firewall traversal for RDP/SSH|Azure Bastion uses an HTML5 based web client that is automatically streamed to your local device. Your RDP/SSH session is over TLS on port 443. This enables the traffic to traverse firewalls more securely. Bastion supports TLS 1.2. Older TLS versions aren't supported.|
2727
|No Public IP address required on the Azure VM| Azure Bastion opens the RDP/SSH connection to your Azure VM by using the private IP address on your VM. You don't need a public IP address on your virtual machine.|
2828
|No hassle of managing Network Security Groups (NSGs)| You don't need to apply any NSGs to the Azure Bastion subnet. Because Azure Bastion connects to your virtual machines over private IP, you can configure your NSGs to allow RDP/SSH from Azure Bastion only. This removes the hassle of managing NSGs each time you need to securely connect to your virtual machines. For more information about NSGs, see [Network Security Groups](../virtual-network/network-security-groups-overview.md#security-rules).|
2929
|No need to manage a separate bastion host on a VM |Azure Bastion is a fully managed platform PaaS service from Azure that is hardened internally to provide you secure RDP/SSH connectivity.|

articles/container-apps/start-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Containers package your applications in an easy-to-transport unit. Here are a fe
3333

3434
- **Consistency**: Goods in a shipping container remain safe and unchanged during transport. Similarly, a software container guarantees consistent application behavior among different environments.
3535

36-
- **Flexibility**: Despite the diverse contents of a shipping container, transportation methods remain standardized. Software containers encapsulate different apps and technologies, but maintain are maintained in a standardized fashion.
36+
- **Flexibility**: Despite the diverse contents of a shipping container, transportation methods remain standardized. Software containers encapsulate different apps and technologies, but are maintained in a standardized fashion.
3737

3838
- **Efficiency**: Just as shipping containers optimize transport by allowing efficient stacking on ships and trucks, software containers optimize the use of computing resources. This optimization allows multiple containers to operate simultaneously on a single server.
3939

0 commit comments

Comments
 (0)