Skip to content

Commit cf9e2b4

Browse files
authored
Merge pull request #265878 from MicrosoftDocs/main
02/09 AM Publishing
2 parents 0ff8b24 + 6b78418 commit cf9e2b4

File tree

46 files changed

+820
-666
lines changed

Some content is hidden

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

46 files changed

+820
-666
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10640,6 +10640,16 @@
1064010640
"redirect_url": "/azure/orbital/overview",
1064110641
"redirect_document_id": false
1064210642
},
10643+
{
10644+
"source_path_from_root": "/articles/load-balancer/cross-region-overview.md",
10645+
"redirect_url": "/azure/reliability/reliability-load-balancer",
10646+
"redirect_document_id": false
10647+
},
10648+
{
10649+
"source_path_from_root": "/articles/load-balancer/load-balancer-standard-availability-zones.md",
10650+
"redirect_url": "/azure/reliability/reliability-load-balancer",
10651+
"redirect_document_id": false
10652+
},
1064310653
{
1064410654
"source_path_from_root": "/articles/load-balancer/upgrade-basic-standard-virtual-machine-scale-sets.md",
1064510655
"redirect_url": "/azure/load-balancer/upgrade-basic-standard-with-powershell",

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,6 @@ You can use Azure OpenAI on your data with an Azure OpenAI resource in the follo
598598
* South India
599599
* Sweden Central
600600
* Switzerland North
601-
* UAE North
602601
* UK South
603602
* West Europe
604603
* West US

articles/ai-services/openai/how-to/assistant.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -373,14 +373,6 @@ print(image_file_id) # Outputs: assistant-1YGVTvNzc2JXajI5JU9F0HMD
373373
### Download image
374374

375375
```python
376-
from openai import AzureOpenAI
377-
378-
client = AzureOpenAI(
379-
api_key=os.getenv("AZURE_OPENAI_KEY"),
380-
api_version="2024-02-15-preview",
381-
azure_endpoint = os.getenv("AZURE_OPENAI_ENDPOINT")
382-
)
383-
384376
content = client.files.content(image_file_id)
385377

386378
image= content.write_to_file("sinewave.png")

articles/ai-services/openai/whats-new.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ Azure OpenAI Service now supports text to speech APIs with OpenAI's voices. Get
5555

5656
### New regional support for Azure OpenAI on your data
5757

58-
You can now use Azure OpenAI on your data in the following Azure regions:
58+
You can now use Azure OpenAI on your data in the following Azure region:
5959
* South Africa North
60-
* UAE North
6160

6261
## December 2023
6362

articles/aks/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@
409409
href: control-kubeconfig-access.md
410410
- name: Define API server authorized IP ranges
411411
href: api-server-authorized-ip-ranges.md
412+
- name: Manage cluster certificates and rotation
413+
href: certificate-rotation.md
412414
- name: Use custom certificate authorities
413415
href: custom-certificate-authority.md
414416
- name: Use Azure Policy

articles/azure-arc/resource-bridge/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Arc resource bridge can be manually upgraded from the management machine. You mu
6464

6565
Manual upgrade generally takes between 30-90 minutes, depending on network speeds. The upgrade command takes your Arc resource bridge to the next appliance version, which might not be the latest available appliance version. Multiple upgrades could be needed to reach a [supported version](#supported-versions). You can check your appliance version by checking the Azure resource of your Arc resource bridge.
6666

67-
To manually upgrade your Arc resource bridge, make sure you're using the latest `az arcappliance` CLI extension by running the extension upgrade command from the management machine:
67+
Before upgrading, you'll need the latest Azure CLI extension for `arcappliance`:
6868

6969
```azurecli
7070
az extension add --upgrade --name arcappliance
@@ -78,7 +78,7 @@ az arcappliance upgrade <private cloud> --config-file <file path to ARBname-appl
7878

7979
For example, to upgrade a resource bridge on VMware, run: `az arcappliance upgrade vmware --config-file c:\contosoARB01-appliance.yaml`
8080

81-
To upgrade a resource bridge on System Center Virtual Machine Manager (SCVMM), run: `az arcappliance upgrade scvmm --config-file c:\contosoARB01-appliance.yaml`
81+
To upgrade a resource bridge on SCVMM, run: `az arcappliance upgrade scvmm --config-file c:\contosoARB01-appliance.yaml`
8282

8383
To upgrade a resource bridge on Azure Stack HCI, please transition to 23H2 and use the built-in upgrade management tool. More info available [here](/azure-stack/hci/update/about-updates-23h2).
8484

articles/azure-monitor/app/convert-classic-resource.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,9 @@ Workspace-based resources:
2525
> [!IMPORTANT]
2626
> * On February 29, 2024, continuous export will be deprecated as part of the classic Application Insights deprecation.
2727
>
28-
29-
>
30-
> * You can enable [diagnostic settings on classic Application Insights]() before you [migrate to a workspace-based Application Insights resource](convert-classic-resource.md).All [workspace-based Application Insights resources](./create-workspace-resource.md) must use [diagnostic settings](./create-workspace-resource.md#export-telemetry).
31-
>
28+
> * [Workspace-based Application Insights resources](./create-workspace-resource.md) are not compatible with continuous export. We recommend migrating to [diagnostic settings](../essentials/diagnostic-settings.md) on classic Application Insights resources before transitioning to a workspace-based Application Insights. This ensures continuity and compatibility of your diagnostic settings.
29+
>
3230
> * Diagnostic settings export might increase costs. For more information, see [Diagnostic settings-based export](export-telemetry.md#diagnostic-settings-based-export).
33-
>
3431
3532
## New capabilities
3633

@@ -327,21 +324,30 @@ No. There's no impact to [Live Metrics](live-stream.md#live-metrics-monitor-and-
327324

328325
### What happens with continuous export after migration?
329326

330-
To continue with automated exports, you will need to migrate to [diagnostic settings](/previous-versions/azure/azure-monitor/app/continuous-export-diagnostic-setting) before migrating to workspace-based resource. The diagnostic setting will carry over in the migration to workspace-based Application Insights.
327+
To continue with automated exports, you'll need to migrate to [diagnostic settings](/previous-versions/azure/azure-monitor/app/continuous-export-diagnostic-setting) before migrating to workspace-based resource. The diagnostic setting carries over in the migration to workspace-based Application Insights.
331328

332329
### How do I ensure a successful migration of my App Insights resource using Terraform?
333330

334-
If you are using Terraform to manage your Azure resources, it is important to use the latest version of the Terraform azurerm provider before attempting to upgrade your App Insights resource. Using an older version of the provider, such as version 3.12, may result in the deletion of the classic component before creating the replacement workspace-based Application Insights resource. This can cause the loss of previous data and require updating the configurations in your monitored apps with new connection string and instrumentation key values.
331+
If you're using Terraform to manage your Azure resources, it's important to use the latest version of the Terraform azurerm provider before attempting to upgrade your App Insights resource. Using an older version of the provider, such as version 3.12, may result in the deletion of the classic component before creating the replacement workspace-based Application Insights resource. It can cause the loss of previous data and require updating the configurations in your monitored apps with new connection string and instrumentation key values.
335332

336333
To avoid this issue, make sure to use the latest version of the Terraform [azurerm provider](https://registry.terraform.io/providers/hashicorp/azurerm/latest), version 3.89 or higher, which performs the proper migration steps by issuing the appropriate ARM call to upgrade the App Insights classic resource to a workspace-based resource while preserving all the old data and connection string/instrumentation key values.
337334

335+
### Can I still use the old API to create Application Insights resources programmatically?
336+
Yes, calls to the old API for creating Application Insights resources continue to work as before. The old API version doesn't include a reference to the Log Analytics resource. However, when you trigger a legacy API call, it automatically creates a resource and the required association between Application Insights and Log Analytics.
337+
338+
### Should I migrate diagnostic settings on classic Application Insights before moving to a workspace-based AI?
339+
Yes, we recommend migrating diagnostic settings on classic Application Insights resources before transitioning to a workspace-based Application Insights. It ensures continuity and compatibility of your diagnostic settings.
340+
341+
### What is the migration process for Application Insights resources?
342+
The migration of Application Insights resources to the new format isn't instantaneous on the day of deprecation. Instead, it occurs over time. We'll gradually migrate all Application Insights resources, ensuring a smooth transition with minimal disruption to your services.
343+
338344
## Troubleshooting
339345

340346
This section offers troubleshooting tips for common issues.
341347

342348
### Access mode
343349

344-
**Error message:** "The selected workspace is configured with workspace-based access mode. Some APM features may be impacted. Select another workspace or allow resource-based access in the workspace settings. You can override this error by using CLI."
350+
**Error message:** "The selected workspace is configured with workspace-based access mode. Some Application Performance Monitoring (APM) features may be impacted. Select another workspace or allow resource-based access in the workspace settings. You can override this error by using CLI."
345351

346352
For your workspace-based Application Insights resource to operate properly, you need to change the access control mode of your target Log Analytics workspace to the **Resource or workspace permissions** setting. This setting is located in the Log Analytics workspace UI under **Properties** > **Access control mode**. For instructions, see the [Log Analytics configure access control mode guidance](../logs/manage-access.md#access-control-mode). If your access control mode is set to the exclusive **Require workspace permissions** setting, migration via the portal migration experience remains blocked.
347353

@@ -351,9 +357,9 @@ If you can't change the access control mode for security reasons for your curren
351357

352358
**Error message:** "Continuous Export needs to be disabled before continuing. After migration, use Diagnostic Settings for export."
353359

354-
The legacy **Continuous export** functionality isn't supported for workspace-based resources. Prior to migrating, you need to enable diagnostic settings and disable continuous export.
360+
The legacy **Continuous export** functionality isn't supported for workspace-based resources. Before migrating, you need to enable diagnostic settings and disable continuous export.
355361

356-
1. [Enable Diagnostic Settings](/previous-versions/azure/azure-monitor/app/continuous-export-diagnostic-setting) on you classic Application Insights resource.
362+
1. [Enable Diagnostic Settings](/previous-versions/azure/azure-monitor/app/continuous-export-diagnostic-setting) on your classic Application Insights resource.
357363
1. From your Application Insights resource view, under the **Configure** heading, select **Continuous export**.
358364

359365
:::image type="content" source="./media/convert-classic-resource/continuous-export.png" lightbox="./media/convert-classic-resource/continuous-export.png" alt-text="Screenshot that shows the Continuous export menu item.":::

articles/azure-monitor/app/java-standalone-upgrade-from-2x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There are typically no code changes when upgrading to 3.x. The 3.x SDK dependenc
2121
| `applicationinsights-web-auto` | Replace with `3.4.3` or later of `applicationinsights-web` | |
2222
| `applicationinsights-logging-log4j1_2` | Remove the dependency and remove the Application Insights appender from your log4j configuration. | No longer needed since Log4j 1.2 is autoinstrumented in the 3.x Java agent. |
2323
| `applicationinsights-logging-log4j2` | Remove the dependency and remove the Application Insights appender from your log4j configuration. | No longer needed since Log4j 2 is autoinstrumented in the 3.x Java agent. |
24-
| `applicationinsights-logging-log4j1_2` | Remove the dependency and remove the Application Insights appender from your logback configuration. | No longer needed since Logback is autoinstrumented in the 3.x Java agent. |
24+
| `applicationinsights-logging-logback` | Remove the dependency and remove the Application Insights appender from your logback configuration. | No longer needed since Logback is autoinstrumented in the 3.x Java agent. |
2525
| `applicationinsights-spring-boot-starter` | Replace with `3.4.3` or later of `applicationinsights-web` | The cloud role name will no longer default to `spring.application.name`, see the [3.x configuration docs](./java-standalone-config.md#cloud-role-name) for configuring the cloud role name. |
2626

2727
## Step 2: Add the 3.x Java agent

articles/azure-monitor/essentials/prometheus-metrics-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Azure Monitor managed service for Prometheus can currently collect data from any
2727
## Enable
2828
The only requirement to enable Azure Monitor managed service for Prometheus is to create an [Azure Monitor workspace](azure-monitor-workspace-overview.md), which is where Prometheus metrics are stored. Once this workspace is created, you can onboard services that collect Prometheus metrics.
2929

30-
- To collect Prometheus metrics from your Kubernetes cluster, see [Enable monitoring for Kubernetes clusters](../containers/kubernetes-monitoring-enable.md).
30+
- To collect Prometheus metrics from your Kubernetes cluster, see [Enable monitoring for Kubernetes clusters](../containers/kubernetes-monitoring-enable.md#enable-prometheus-and-grafana).
3131
- To configure remote-write to collect data from your self-managed Prometheus server, see [Azure Monitor managed service for Prometheus remote write - managed identity](prometheus-remote-write-managed-identity.md).
3232

3333
## Grafana integration

articles/backup/backup-azure-database-postgresql-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The Azure Backup service uses the credentials mentioned in the key-vault to acce
107107
108108
The Azure Backup service uses the credentials mentioned in the key-vault to access the database as a database user. The relevant key vault and the secret are [provided during configuration of backup](backup-azure-database-postgresql.md#configure-backup-on-azure-postgresql-databases). The key-vault associated with this backup instance can be found by accessing the backup instance and selecting the JSON view. You'll see the key-vault name and secret details listed under the **datasourceAuthCredentials** section as shown in the below screenshot.
109109
110-
110+
:::image type="content" source="./media/backup-azure-database-postgresql-troubleshoot/key-vault-secret-name.png" alt-text="Screenshot showing how to search for key vault by using secret name." lightbox="./media/backup-azure-database-postgresql-troubleshoot/key-vault-secret-name.png":::
111111
112112
## UserErrorSecretValueInUnsupportedFormat
113113

0 commit comments

Comments
 (0)