Skip to content

Commit cca99cb

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into release-preview-hpc-cache
2 parents f41e502 + 7800f58 commit cca99cb

File tree

91 files changed

+1492
-1945
lines changed

Some content is hidden

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

91 files changed

+1492
-1945
lines changed

.openpublishing.redirection.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4480,6 +4480,11 @@
44804480
"redirect_url": "/azure/app-service/containers/configure-language-java",
44814481
"redirect_document_id": false
44824482
},
4483+
{
4484+
"source_path": "articles/app-service/containers/quickstart-docker-go.md",
4485+
"redirect_url": "/azure/app-service/containers/quickstart-docker",
4486+
"redirect_document_id": false
4487+
},
44834488
{
44844489
"source_path": "articles/app-service/containers/tutorial-ruby-mysql-app.md",
44854490
"redirect_url": "/azure/app-service/containers/tutorial-ruby-postgres-app",
@@ -31659,6 +31664,11 @@
3165931664
"redirect_url": "/azure/search/search-howto-indexing-azure-blob-storage",
3166031665
"redirect_document_id": false
3166131666
},
31667+
{
31668+
"source_path": "articles/storage/blobs/storage-quickstart-blobs-java-v10.md",
31669+
"redirect_url": "https://github.com/azure/azure-storage-java",
31670+
"redirect_document_id": false
31671+
},
3166231672
{
3166331673
"source_path": "articles/storage/data-lake-storage/index.md",
3166431674
"redirect_url": "/azure/storage/blobs/data-lake-storage-introduction",
@@ -36515,19 +36525,29 @@
3651536525
},
3651636526
{
3651736527
"source_path": "articles/monitoring-and-diagnostics/azure-diagnostics-schema-1dot0.md",
36518-
"redirect_url": "/azure/azure-monitor/platform/diagnostics-extension-schema-1dot0",
36519-
"redirect_document_id": true
36528+
"redirect_url": "/azure/azure-monitor/platform/diagnostics-extension-schema-1dot3",
36529+
"redirect_document_id": false
3652036530
},
3652136531
{
3652236532
"source_path": "articles/monitoring-and-diagnostics/azure-diagnostics-schema-1dot2.md",
36523-
"redirect_url": "/azure/azure-monitor/platform/diagnostics-extension-schema-1dot2",
36524-
"redirect_document_id": true
36533+
"redirect_url": "/azure/azure-monitor/platform/diagnostics-extension-schema-1dot3",
36534+
"redirect_document_id": false
3652536535
},
3652636536
{
3652736537
"source_path": "articles/monitoring-and-diagnostics/azure-diagnostics-schema-1dot3-and-later.md",
3652836538
"redirect_url": "/azure/azure-monitor/platform/diagnostics-extension-schema-1dot3",
3652936539
"redirect_document_id": true
36530-
},
36540+
},
36541+
{
36542+
"source_path": "articles/azure-monitor/platform/azure-diagnostics-schema-1dot0.md",
36543+
"redirect_url": "/azure/azure-monitor/platform/diagnostics-extension-schema-1dot3",
36544+
"redirect_document_id": false
36545+
},
36546+
{
36547+
"source_path": "articles/azure-monitor/platform/azure-diagnostics-schema-1dot2.md",
36548+
"redirect_url": "/azure/azure-monitor/platform/diagnostics-extension-schema-1dot3",
36549+
"redirect_document_id": false
36550+
},
3653136551
{
3653236552
"source_path": "articles/monitoring-and-diagnostics/azure-diagnostics-storage.md",
3653336553
"redirect_url": "/azure/azure-monitor/platform/diagnostics-extension-to-storage",
@@ -41660,6 +41680,11 @@
4166041680
"source_path": "articles/azure-monitor/app/sample-mscrm.md",
4166141681
"redirect_url": "/azure/azure-monitor/app/javascript",
4166241682
"redirect_document_id": false
41683+
},
41684+
{
41685+
"source_path": "articles/sql-database/sql-database-managed-instance-pools.md",
41686+
"redirect_url": "/azure/sql-database/sql-database-instance-pools",
41687+
"redirect_document_id": false
4166341688
}
4166441689
]
4166541690
}

articles/active-directory/authentication/howto-password-ban-bad-on-premises-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ When a newer version of the Azure AD Password Protection Proxy software is avail
292292
293293
It is not required to uninstall the current version of the Proxy software - the installer will perform an in-place upgrade. No reboot should be required when upgrading the Proxy software. The software upgrade may be automated using standard MSI procedures, for example: `AzureADPasswordProtectionProxySetup.exe /quiet`.
294294
295-
The Proxy agent supports automatic upgrade. Automatic upgrade uses the Microsoft Azure AD Connect Agent Updater service which is installed side-by-side with the Proxy service. Automatic upgrade is on by default, and may be enabled or disabled using the Set-AzureADPasswordProtectionProxyConfiguration cmdlet. The current setting can be queried using the Get-AzureADPasswordProtectionProxyConfiguration cmdlet. Microsoft recommends that the automatic upgrade be left enabled.
295+
The Proxy agent supports automatic upgrade. Automatic upgrade uses the Microsoft Azure AD Connect Agent Updater service which is installed side-by-side with the Proxy service. Automatic upgrade is on by default, and may be enabled or disabled using the `Set-AzureADPasswordProtectionProxyConfiguration` cmdlet. The current setting can be queried using the `Get-AzureADPasswordProtectionProxyConfiguration` cmdlet. Microsoft recommends that the automatic upgrade be left enabled.
296296
297297
The `Get-AzureADPasswordProtectionProxy` cmdlet may be used to query the software version of all currently installed Proxy agents in a forest.
298298

0 commit comments

Comments
 (0)