Skip to content

Commit 61d958d

Browse files
authored
Merge pull request #189309 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents f8f5add + 45f8b0b commit 61d958d

File tree

64 files changed

+1397
-2184
lines changed

Some content is hidden

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

64 files changed

+1397
-2184
lines changed

articles/active-directory/develop/zero-trust-for-developers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,5 @@ The Microsoft identity platform app registration portal is the primary entry poi
7979

8080
## Next steps
8181

82-
- Zero Trust [Guidance Center](/security/zero-trust/)
83-
- Zero Trust for the Microsoft identity platform developer [whitepaper](https://www.microsoft.com/security/content-library/Search?SearchDataFor=OJZgGWbHnB3Ll5hblDBugaEMQAchNfvkzk5X5AmPM4tK43NHpbF5%2Bky%2Fnuivl7plZz89b%2FuLMMZsMqKeYbhPPw%3D%3D&IsKeywordSearch=evXIpssXVY6lIm6X2K9ieA%3D%3D) (downloadable PDF).
82+
- Zero Trust [Guidance Center](/security/zero-trust/)
8483
- Microsoft identity platform [best practices and recommendations](./identity-platform-integration-checklist.md).

articles/automation/whats-new-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Automation account and State Configuration availability in Japan West region. Fo
9595

9696
**Type :** New feature
9797

98-
You can use the new Azure Policy compliance rule to allow creation of jobs, webhooks, and job schedules to run only on Hybrid Worker groups.
98+
You can use the new Azure Policy compliance rule to allow creation of jobs, webhooks, and job schedules to run only on Hybrid Worker groups. Read the details in [Use Azure Policy to enforce job execution on Hybrid Runbook Worker](/azure/automation/enforce-job-execution-hybrid-worker?tabs=azure-cli)
9999

100100
### Update Management availability in East US, France Central, and North Europe regions
101101

articles/azure-resource-manager/bicep/private-module-registry.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create private registry for Bicep module
33
description: Learn how to set up an Azure container registry for private Bicep modules
44
ms.topic: conceptual
5-
ms.date: 01/03/2022
5+
ms.date: 02/21/2022
66
---
77

88
# Create private registry for Bicep modules
@@ -11,6 +11,10 @@ To share [modules](modules.md) within your organization, you can create a privat
1111

1212
To work with module registries, you must have [Bicep CLI](./install.md) version **0.4.1008 or later**. To use with Azure CLI, you must also have version **2.31.0 or later**; to use with Azure PowerShell, you must also have version **7.0.0** or later.
1313

14+
### Microsoft Learn
15+
16+
If you would rather learn about parameters through step-by-step guidance, see [Share Bicep modules by using private registries](/learn/modules/share-bicep-modules-using-private-registries) on **Microsoft Learn**.
17+
1418
## Configure private registry
1519

1620
A Bicep registry is hosted on [Azure Container Registry (ACR)](../../container-registry/container-registry-intro.md). Use the following steps to configure your registry for modules.

articles/azure-sql/database/vnet-service-endpoint-rule-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ You must already have a subnet that's tagged with the particular virtual network
206206

207207
:::image type="content" source="../../sql-database/media/sql-database-vnet-service-endpoint-rule-overview/portal-firewall-vnet-firewalls-and-virtual-networks.png" alt-text="Azure SQL logical server properties, Firewalls and Virtual Networks highlighted" lightbox="../../sql-database/media/sql-database-vnet-service-endpoint-rule-overview/portal-firewall-vnet-firewalls-and-virtual-networks.png":::
208208

209-
1. Set **Allow access to Azure services** to **OFF**.
209+
1. Set **Allow Azure services and resources to access this server** to **No**.
210210

211211
> [!IMPORTANT]
212212
> If you leave the control set to **ON**, your server accepts communication from any subnet inside the Azure boundary. That is communication that originates from one of the IP addresses that's recognized as those within ranges defined for Azure datacenters. Leaving the control set to **ON** might be excessive access from a security point of view. The Microsoft Azure Virtual Network service endpoint feature in coordination with the virtual network rules feature of SQL Database together can reduce your security surface area.
@@ -298,4 +298,4 @@ Error 40615 is similar, except it relates to *IP address rules* on the firewall.
298298
- REST API Reference, including JSON
299299
- Azure CLI
300300
- ARM templates
301-
-->
301+
-->

articles/azure-video-analyzer/video-analyzer-for-media-docs/release-notes.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Video Analyzer for Media (formerly Video Indexer) release notes | M
33
description: To stay up-to-date with the most recent developments, this article provides you with the latest updates on Azure Video Analyzer for Media (formerly Video Indexer).
44
ms.topic: article
55
ms.custom: references_regions
6-
ms.date: 01/04/2022
6+
ms.date: 02/18/2022
77
ms.author: juliako
88
---
99

@@ -18,6 +18,12 @@ To stay up-to-date with the most recent Azure Video Analyzer for Media (former V
1818
* Bug fixes
1919
* Deprecated functionality
2020

21+
## February 2022
22+
23+
### Leverage open-source code to create ARM based account
24+
25+
Added new code samples including HTTP calls to use Video Analyzer for Media create, read, update and delete (CRUD) ARM API for solution developers. See [this sample](https://github.com/Azure-Samples/media-services-video-indexer/tree/master/ARM-Samples/Create-Account
26+
).
2127
## January 2022
2228

2329
### Improved audio effects detection
@@ -53,7 +59,12 @@ When indexing a video through our advanced video settings, you can view the new
5359

5460
### Public preview of Video Analyzer for Media account management based on ARM
5561

56-
Azure Video Analyzer for Media introduces a public preview of Azure Resource Manager (ARM) based account management. You can leverage ARM-based APIs to create, edit, and delete an account from the Azure portal.
62+
Azure Video Analyzer for Media introduces a public preview of Azure Resource Manager (ARM) based account management. You can leverage ARM-based Video Analyzer for Media APIs to create, edit, and delete an account from the [Azure portal](https://portal.azure.com/#home).
63+
64+
> [!NOTE]
65+
> The Government cloud includes support for CRUD ARM based accounts from Video Analyzer for Media API and from the Azure portal.
66+
>
67+
> There is currently no support from the Video Analyzer for Media [website](https://www.videoindexer.ai).
5768
5869
For more information go to [create a Video Analyzer for Media account](https://techcommunity.microsoft.com/t5/azure-ai/azure-video-analyzer-for-media-is-now-available-as-an-azure/ba-p/2912422).
5970

articles/backup/about-azure-vm-restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article describes how the [Azure Backup service](./backup-overview.md) rest
2424

2525
- **Item Level Restore (ILR):** Restoring individual files or folders inside the VM from the recovery point
2626

27-
- **Availability (Replication types)**: Azure Backup offers two types of replication to keep your storage/data highly available:
27+
- **Availability (Replication types)**: Azure Backup offers three types of replication to keep your storage/data highly available:
2828
- [Locally redundant storage (LRS)](../storage/common/storage-redundancy.md#locally-redundant-storage) replicates your data three times (it creates three copies of your data) in a storage scale unit in a datacenter. All copies of the data exist within the same region. LRS is a low-cost option for protecting your data from local hardware failures.
2929
- [Geo-redundant storage (GRS)](../storage/common/storage-redundancy.md#geo-redundant-storage) is the default and recommended replication option. GRS replicates your data to a secondary region (hundreds of miles away from the primary location of the source data). GRS costs more than LRS, but GRS provides a higher level of durability for your data, even if there's a regional outage.
3030
- [Zone-redundant storage (ZRS)](../storage/common/storage-redundancy.md#zone-redundant-storage) replicates your data in [availability zones](../availability-zones/az-overview.md#availability-zones), guaranteeing data residency and resiliency in the same region. ZRS has no downtime. So your critical workloads that require [data residency](https://azure.microsoft.com/resources/achieving-compliant-data-residency-and-security-with-azure/), and must have no downtime, can be backed up in ZRS.
@@ -47,4 +47,4 @@ This article describes how the [Azure Backup service](./backup-overview.md) rest
4747

4848
- [Frequently asked questions about VM restore](./backup-azure-vm-backup-faq.yml)
4949
- [Supported restore methods](./backup-support-matrix-iaas.md#supported-restore-methods)
50-
- [Troubleshoot restore issues](./backup-azure-vms-troubleshoot.md#restore)
50+
- [Troubleshoot restore issues](./backup-azure-vms-troubleshoot.md#restore)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can configure backup on multiple databases across multiple Azure PostgreSQL
3838
:::image type="content" source="./media/backup-azure-database-postgresql/choose-an-azure-postgresql-server-inline.png" alt-text="Screenshot showing how to choose an Azure PostgreSQL server." lightbox="./media/backup-azure-database-postgresql/choose-an-azure-postgresql-server-expanded.png":::
3939

4040

41-
1. **Assign Azure key vault** that stores the credentials to connect to the selected database. To assign the key vault at the individual row level, click **Select a key vault and secret**. You can also assign the key vault by multi-selecting the rows and click Assign key vault in the top menu of the grid.
41+
1. **Assign Azure key vault** that stores the credentials to connect to the selected database. You should have already [created the relevant secrets](#create-secrets-in-the-key-vault) in the key vault. To assign the key vault at the individual row level, click **Select a key vault and secret**. You can also assign the key vault by multi-selecting the rows and click Assign key vault in the top menu of the grid.
4242

4343
:::image type="content" source="./media/backup-azure-database-postgresql/assign-azure-key-vault-inline.png" alt-text="Screenshot showing how to assign Azure key vault." lightbox="./media/backup-azure-database-postgresql/assign-azure-key-vault-expanded.png":::
4444

articles/backup/backup-azure-restore-files-from-vm.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Recover files and folders from Azure VM backup
33
description: In this article, learn how to recover files and folders from an Azure virtual machine recovery point.
44
ms.topic: conceptual
5-
ms.date: 03/12/2020
5+
ms.date: 02/22/2022
66
ms.custom: references_regions
77
---
88
# Recover files from Azure virtual machine backup
@@ -35,6 +35,9 @@ To restore files or folders from the recovery point, go to the virtual machine a
3535

3636
![File recovery menu](./media/backup-azure-restore-files-from-vm/file-recovery-blade.png)
3737

38+
> [!IMPORTANT]
39+
> Users should note the performance limitations of this feature. As pointed out in the footnote section of the above blade, this feature should be used when the total size of recovery is not beyond 10 GB and you could get data transfer speeds of around 1 GB per hour
40+
3841
4. From the **Select recovery point** drop-down menu, select the recovery point that holds the files you want. By default, the latest recovery point is already selected.
3942

4043
5. Select **Download Executable** (for Windows Azure VMs) or **Download Script** (for Linux Azure VMs, a python script is generated) to download the software used to copy files from the recovery point.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
| `ipa` | Example 1 | Example 2 | Example 3 |
2+
|-------|-------------------|------------------|----------------|
3+
| `a` | **a**men | am**a**ro | est**à** |
4+
| `ɔ` | **o**dre | ofert**o**ri | microt**ò** |
5+
| `ə` | **e**stan | s**e**| aigu**a** |
6+
| `b` | **b**aba | do**b**la | |
7+
| `β` | **v**| ba**b**a | |
8+
| `t͡ʃ` | **tx**adià | ma**tx**ucs | fa**ig** |
9+
| `` | **d**edicada | con**d**uïa | navida**d** |
10+
| `ð` | **Th**e_Sun | de**d**icada | trinida**d** |
11+
| `e` | **é**rem | f**e**ta | ser**é** |
12+
| `ɛ` | **e**cosistema | incorr**e**cta | hav**er** |
13+
| `f` | **f**acilitades | a**f**ectarà | àgra**f** |
14+
| `g` | **g**racia | con**g**ratula | |
15+
| `ɣ` | | ai**g**ua | |
16+
| `i` | **i**tinerants | it**i**nerants | zomb**i** |
17+
| `j` | **hi**ena | espla**i**a | cofo**i** |
18+
| `d͡ʒ` | **dj**akarta | composta**tg**e | geor**ge** |
19+
| `k` | **c**urós | dode**c**à | doble**c** |
20+
| `l` | **l**aberint | mio**l**ar | preva**l** |
21+
| `ʎ` | **ll**igada | mi**ll**orarà | perbu**ll** |
22+
| `m` | **m**acadàmies | fe**m**ar | subli**m** |
23+
| `n` | **n**ecessaris | sa**n**itaris | alterame**nt** |
24+
| `ŋ` | | algo**n**quí | albe**nc** |
25+
| `ɲ` | **ny**asa | reme**n**jar | alema**ny** |
26+
| `o` | **o**mbra | ret**o**ndre | omissi**ó** |
27+
| `p` | **p**egues | este**p**a | ca**p** |
28+
| `ɾ` | | ca**r**o | càrte**r** |
29+
| `r` | **r**abada | ca**rr**o | lofòfo**r** |
30+
| `s` | **c**eri | cur**s**ar | cu**s** |
31+
| `ʃ` | **x**acar | micro**x**ip | midra**ix** |
32+
| `` | **t**abacaires | es**t**ratifica | debatu**t** |
33+
| `θ` | **c**eará | ve**c**inos | Álvare**z** |
34+
| `u` | **u**niversitaris | candidat**u**res | cron**o** |
35+
| `w` | **w**estfalià | ina**u**gurar | inscri**u** |
36+
| `x` | **j**uanita | mu**j**eres | heinri**ch** |
37+
| `z` | **z**elar | bra**s**ils | alian**ze** |

0 commit comments

Comments
 (0)