Skip to content

Commit fcd39cd

Browse files
authored
Merge pull request #89181 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents eaa7d33 + e7d3423 commit fcd39cd

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

articles/hdinsight/hdinsight-scaling-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Microsoft provides the following utilities to scale clusters:
3737
Using any of these methods, you can scale your HDInsight cluster up or down within minutes.
3838

3939
> [!IMPORTANT]
40-
> * The Aure classic CLI is deprecated and should only be used with the classic deployment model. For all other deployments, use the [Azure CLI](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest).
40+
> * The Azure classic CLI is deprecated and should only be used with the classic deployment model. For all other deployments, use the [Azure CLI](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest).
4141
> * The PowerShell AzureRM module is deprecated. Please use the [Az module](https://docs.microsoft.com/powershell/azure/new-azureps-module-az?view=azps-1.4.0) whenever possible.
4242
4343
## Impact of scaling operations

articles/jenkins/tutorial-jenkins-dev-spaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This tutorial assumes intermediate knowledge of core Azure services, AKS, ACR, A
4747

4848
In this section, you create Azure resources:
4949

50-
* A resource group to contain all of the Auzre resources for this tutorial.
50+
* A resource group to contain all of the Azure resources for this tutorial.
5151
* An [Azure Kubernetes Service](https://docs.microsoft.com/azure/aks/) (AKS) cluster.
5252
* An [Azure container registry](https://docs.microsoft.com/azure/container-registry/) (ACR) to build (using ACR Tasks) and store Docker images.
5353

articles/sql-database/sql-database-server-level-firewall-rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Follow these steps to create a server-level IP firewall rule for your client's I
4848
4. Choose **Add client IP** on the toolbar to add your current IP address to a new server-level IP firewall rule. A server-level IP firewall rule can open port 1433 for a single IP address or a range of IP addresses.
4949

5050
> [!IMPORTANT]
51-
> By default, access through the SQL Database firewall is enabled for all Azure services. Choose **OFF** on this page to disable for all Azure services.
51+
> By default, access through the SQL Database firewall is disabled for all Azure services. Choose **ON** on this page if you want to enable access for all Azure services.
5252
>
5353
5454
5. Select **Save**. A server-level IP firewall rule is created for your current IP address opening port 1433 on the SQL Database server.

articles/sql-database/sql-database-service-tier-hyperscale-faq.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,12 @@ We create 2 replicas for Hyperscale databases by default. If you want to adjust
356356

357357
You can connect to these additional read-only compute nodes by setting the `ApplicationIntent` argument on your connection string to `readonly`. Any connections marked with `readonly` are automatically routed to one of the additional read-only compute nodes.
358358

359+
### How do I validate if I have successfully connected to secondary compute node using SSMS / other client tools?
360+
361+
You can execute the following T-SQL query using SSMS / other client tools:
362+
`SELECT DATABASEPROPERTYEX ( '<database_name>' , 'updateability' )`.
363+
The result is `READ_ONLY` if you your connection is pointing to the read-only secondary node or `READ_WRITE` if your connection is pointing to the primary node.
364+
359365
### Can I create a dedicated endpoint for the read-scale replica
360366

361367
No. You can only connect to read-scale replica by specifying `ApplicationIntent=ReadOnly`.

articles/virtual-machines/windows/connect-logon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To connect to a Windows VM from a Mac, you will need to install an RDP client fo
5454

5555
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
5656

57-
If you are using PowerShell and have the Aure PowerShell module installed you may also connect using the `Get-AzRemoteDesktopFile` cmdlet, as shown below.
57+
If you are using PowerShell and have the Azure PowerShell module installed you may also connect using the `Get-AzRemoteDesktopFile` cmdlet, as shown below.
5858

5959
This example will immediately launch the RDP connection, taking you through similar prompts as above.
6060

0 commit comments

Comments
 (0)