Skip to content

Commit ec0d782

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 1f6a41e + 6a4fbc5 commit ec0d782

File tree

94 files changed

+1518
-1428
lines changed

Some content is hidden

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

94 files changed

+1518
-1428
lines changed

articles/backup/azure-file-share-support-matrix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Backup for Azure file shares is available in the following GEOS:
1515

1616
| GA regions | Supported regions but not GA |
1717
| ------------------------------------------------------------ | ------------------------------------------------------------ |
18-
| Australia East (AE), Canada Central (CNC), Central US (CUS), West Central US (WCUS), West US 2 (WUS 2), India South (INS), North Central US (NCUS), Japan East (JPE), Brazil South (BRS), South East Asia (SEA) |Australia South East (ASE), Canada East (CE), East Asia (EA), East US (EUS), East US 2 (EUS2), Japan West (JPW), India Central (INC), Korea Central (KRC), Korea South (KRS), North Europe (NE), South Central US (SCUS), UK South (UKS), UK West (UKW), West Europe (WE), West US (WUS), US Gov Arizona (UGA), US Gov Texas (UGT), US Gov Virginia (UGV), Australia Central (ACL), India West (INW), South Africa North (SAN), UAE North(UAN), France Central (FRC), Germany North (GN), Germany West Central (GWC), South Africa West (SAW), UAE Central (UAC), Norway East (NWE), Norway West (NWW), Switzerland North (SZN) |
18+
| Australia South East (ASE), Canada Central (CNC), West Central US (WCUS), West US 2 (WUS 2), India South (INS), North Central US (NCUS), Japan East (JPE), Brazil South (BRS), South East Asia (SEA) |Australia East (ASE), Canada East (CE), East Asia (EA), East US (EUS), East US 2 (EUS2), Japan West (JPW), India Central (INC), Korea Central (KRC), Korea South (KRS), North Europe (NE), South Central US (SCUS), UK South (UKS), UK West (UKW), West Europe (WE), West US (WUS), US Gov Arizona (UGA), US Gov Texas (UGT), US Gov Virginia (UGV), Australia Central (ACL), India West (INW), South Africa North (SAN), UAE North(UAN), France Central (FRC), Germany North (GN), Germany West Central (GWC), South Africa West (SAW), UAE Central (UAC), Norway East (NWE), Norway West (NWW), Switzerland North (SZN) , Central US (CUS) |
1919

2020
## Supported storage accounts
2121

articles/backup/backup-azure-diagnostics-mode-data-model.md

+5
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,11 @@ Below are a few samples to help you write queries on Azure Backup data that resi
455455
| project-away Resource
456456
````
457457
458+
## V1 schema vs V2 schema
459+
Earlier, diagnostics data for Azure Backup Agent and Azure VM backup was sent to Azure Diagnostics table in a schema referred to as ***V1 schema***. Subsequently, new columns were added to support other scenarios and workloads, and diagnostics data was pushed in a new schema referred to as ***V2 schema***.
460+
461+
For reasons of backward-compatibility, diagnostics data for Azure Backup Agent and Azure VM backup is currently sent to Azure Diagnostics table in both V1 and V2 schema (with V1 schema now on a deprecation path). You can identify which records in Log Analytics are of V1 schema by filtering records for SchemaVersion_s=="V1" in your log queries.
462+
458463
## Next steps
459464
460465
Once you review the data model, you can start [creating custom queries](../azure-monitor/learn/tutorial-logs-dashboards.md) in Azure Monitor logs to build your own dashboard.

articles/backup/configure-reports.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Today, Azure Backup provides a reporting solution that uses [Azure Monitor logs]
1616

1717
## Supported scenarios
1818

19-
- Backup reports are supported for Azure VMs, SQL in Azure VMs, SAP HANA/ASE in Azure VMs, Microsoft Azure Recovery Services (MARS) agent, Microsoft Azure Backup Server (MABS), and System Center Data Protection Manager (DPM).
19+
- Backup reports are supported for Azure VMs, SQL in Azure VMs, SAP HANA/ASE in Azure VMs, Microsoft Azure Recovery Services (MARS) agent, Microsoft Azure Backup Server (MABS), and System Center Data Protection Manager (DPM). Data for Azure File Share backup is currently not visible in Backup Reports.
2020
- For DPM workloads, Backup reports are supported for DPM Version 5.1.363.0 and above and Agent Version 2.0.9127.0 and above.
2121
- For MABS workloads, Backup reports are supported for MABS Version 13.0.415.0 and above and Agent Version 2.0.9170.0 and above.
2222
- Backup reports can be viewed across all backup items, vaults, subscriptions, and regions as long as their data is being sent to a Log Analytics workspace that the user has access to. To view reports for a set of vaults, you only need to have reader access to the Log Analytics workspace to which the vaults are sending their data. You don't need to have access to the individual vaults.
@@ -121,7 +121,7 @@ The widgets in the Backup report are powered by Kusto queries, which run on the
121121

122122
- The earlier Power BI template app for reporting, which sourced data from an Azure storage account, is on a deprecation path. We recommend that you start sending vault diagnostic data to Log Analytics to view reports.
123123

124-
- In addition, the V1 schema of sending diagnostics data to a storage account or a Log Analytics workspace is also on a deprecation path. If you've written any custom queries or automations based on the V1 schema, you're advised to update these queries to use the currently supported V2 schema.
124+
- * In addition, the [V1 schema](https://docs.microsoft.com/azure/backup/backup-azure-diagnostics-mode-data-model#v1-schema-vs-v2-schema) of sending diagnostics data to a storage account or an LA Workspace is also on a deprecation path. This means that if you have written any custom queries or automations based on the V1 schema, you are advised to update these queries to use the currently supported V2 schema.
125125

126126
## Next steps
127127

articles/container-registry/container-registry-java-quickstart.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ Finally, you'll update your project configuration and use the command prompt to
103103

104104
1. Navigate to the completed project directory for your Spring Boot application (for example, "*C:\SpringBoot\gs-spring-boot-docker\complete*" or "*/users/robert/SpringBoot/gs-spring-boot-docker/complete*"), and open the *pom.xml* file with a text editor.
105105

106-
1. Update the `<properties>` collection in the *pom.xml* file with the following XML. Replace the placeholder with your registry name, and add a `<jib-maven-plugin.version>` property with value `2.1.0`, or a newer version of the [jib-maven-plugin](https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin).
106+
1. Update the `<properties>` collection in the *pom.xml* file with the following XML. Replace the placeholder with your registry name, and add a `<jib-maven-plugin.version>` property with value `2.2.0`, or a newer version of the [jib-maven-plugin](https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin).
107107

108108
```xml
109109
<properties>
110110
<docker.image.prefix><your registry name>.azurecr.io</docker.image.prefix>
111111
<java.version>1.8</java.version>
112-
<jib-maven-plugin.version>2.1.0</jib-maven-plugin.version>
112+
<jib-maven-plugin.version>2.2.0</jib-maven-plugin.version>
113113
</properties>
114114
```
115115

@@ -134,7 +134,7 @@ Finally, you'll update your project configuration and use the command prompt to
134134
1. Navigate to the completed project directory for your Spring Boot application and run the following command to build the image and push the image to the registry:
135135

136136
```bash
137-
mvn compile jib:build
137+
az acr login && mvn compile jib:build
138138
```
139139

140140
> [!NOTE]

0 commit comments

Comments
 (0)