Skip to content

Commit fecd26f

Browse files
authored
Merge pull request #174690 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-docs (branch master)
2 parents 192cc41 + 7b957de commit fecd26f

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

articles/active-directory/develop/active-directory-saml-claims-customization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ From the **Choose name identifier format** dropdown, you can select one of the f
5353
|---------------|-------------|
5454
| **Default** | Microsoft identity platform will use the default source format. |
5555
| **Persistent** | Microsoft identity platform will use Persistent as the NameID format. |
56-
| **EmailAddress** | Microsoft identity platform will use EmailAddress as the NameID format. |
56+
| **Email address** | Microsoft identity platform will use EmailAddress as the NameID format. |
5757
| **Unspecified** | Microsoft identity platform will use Unspecified as the NameID format. |
58+
|**Windows domain qualified name**| Microsoft identity platform will use the WindowsDomainQualifiedName format.|
5859

5960
Transient NameID is also supported, but is not available in the dropdown and cannot be configured on Azure's side. To learn more about the NameIDPolicy attribute, see [Single Sign-On SAML protocol](single-sign-on-saml-protocol.md).
6061

articles/azure-sql/migration-guides/database/sql-server-to-sql-database-overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ For more assistance, see the following resources that were developed for real-wo
180180
|[Bulk database creation with PowerShell](https://www.microsoft.com/download/details.aspx?id=103107)|You can use a set of three PowerShell scripts that create a resource group (create_rg.ps1), the [logical server in Azure](../../database/logical-servers.md) (create_sqlserver.ps1), and a SQL database (create_sqldb.ps1). The scripts include loop capabilities so you can iterate and create as many servers and databases as necessary.|
181181
|[Bulk schema deployment with MSSQL-Scripter and PowerShell](https://www.microsoft.com/download/details.aspx?id=103032)|This asset creates a resource group, creates one or multiple [logical servers in Azure](../../database/logical-servers.md) to host Azure SQL Database, exports every schema from an on-premises SQL Server instance (or multiple SQL Server 2005+ instances), and imports the schemas to Azure SQL Database.|
182182
|[Convert SQL Server Agent jobs into elastic database jobs](https://www.microsoft.com/download/details.aspx?id=103123)|This script migrates your source SQL Server Agent jobs to elastic database jobs.|
183-
|[Send emails from Azure SQL Database](https://github.com/microsoft/DataMigrationTeam/tree/master/IP%20and%20Scripts/AF%20SendMail)|This solution is an alternative to SendMail capability and is available for on-premises SQL Server. It uses Azure Functions and the SendGrid service to send emails from Azure SQL Database.|
184183
|[Utility to move on-premises SQL Server logins to Azure SQL Database](https://www.microsoft.com/download/details.aspx?id=103111)|A PowerShell script can create a T-SQL command script to re-create logins and select database users from on-premises SQL Server to Azure SQL Database. The tool allows automatic mapping of Windows Server Active Directory accounts to Azure AD accounts, along with optionally migrating SQL Server native logins.|
185184
|[Perfmon data collection automation by using Logman](https://www.microsoft.com/download/details.aspx?id=103114)|You can use the Logman tool to collect Perfmon data (to help you understand baseline performance) and get migration target recommendations. This tool uses logman.exe to create the command that will create, start, stop, and delete performance counters set on a remote SQL Server instance.|
186185

articles/openshift/support-lifecycle.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@ See the following guide for the [past Red Hat OpenShift Container Platform (upst
9393
|OCP Version|Upstream Release|Azure Red Hat OpenShift General Availability|End of Life|
9494
|-|-|-|-|
9595
|4.4|May 2020|July 2020|4.6 GA|
96-
|4.5|July 2020| November 2020|4.7 GA
96+
|4.5|July 2020| November 2020|4.7 GA|
9797
|4.6|October 2020| February 2021|4.8 GA|
98-
|4.7|February 2021| July 2021|4.9 GA|
98+
|4.7|February 2021| July 15 2021|4.9 GA|
99+
|4.8|July 2021| Sept 15 2021|4.10 GA|
99100

100101
## FAQ
101102

articles/storage/blobs/blob-inventory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Each inventory rule generates a set of files in the specified inventory destinat
251251

252252
Each inventory run for a rule generates the following files:
253253

254-
- **Inventory file:** An inventory run for a rule generates one or more CSV or Apache Parquet formatted files. If the matched object count is large, then multiple files are generated instead of a single file. Each such file contains matched objects and their metadata. For a CS formatted file, the first row is always the schema row. The following image shows an inventory CSV file opened in Microsoft Excel.
254+
- **Inventory file:** An inventory run for a rule generates one or more CSV or Apache Parquet formatted files. If the matched object count is large, then multiple files are generated instead of a single file. Each such file contains matched objects and their metadata. For a CSV formatted file, the first row is always the schema row. The following image shows an inventory CSV file opened in Microsoft Excel.
255255

256256
:::image type="content" source="./media/blob-inventory/csv-file-excel.png" alt-text="Screenshot of an inventory CSV file opened in Microsoft Excel":::
257257

articles/storage/common/storage-use-azcopy-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ azcopy copy 'https://mysourceaccount.file.core.windows.net?sv=2018-03-28&ss=bfqt
418418
You can synchronize the contents of a local file system with a file share or synchronize the contents of a file share with another file share. You can also synchronize the contents of a directory in a file share with the contents of a directory that is located in another file share. Synchronization is one way. In other words, you choose which of these two endpoints is the source and which one is the destination. Synchronization also uses server to server APIs.
419419

420420
> [!NOTE]
421-
> Currently, this scenario is supported only for accounts that don't have a hierarchical namespace. The current release of AzCopy doesn't synchronize between Azure Files and Blob Storage.
421+
> Currently, this scenario is supported for accounts that have enabled hierarchical namespace via the blob endpoint.
422422
423423
### Guidelines
424424

0 commit comments

Comments
 (0)