Skip to content

Commit 3ceae6e

Browse files
authored
Merge pull request #185171 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 9e9d5c5 + 5f4c22a commit 3ceae6e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/azure-arc/servers/agent-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Azure Arc-enabled servers depend on the following Azure resource providers in yo
130130

131131
* **Microsoft.HybridCompute**
132132
* **Microsoft.GuestConfiguration**
133+
* **Microsoft.HybridConnectivity**
133134

134135
If they are not registered, you can register them using the following commands:
135136

@@ -140,6 +141,7 @@ Login-AzAccount
140141
Set-AzContext -SubscriptionId [subscription you want to onboard]
141142
Register-AzResourceProvider -ProviderNamespace Microsoft.HybridCompute
142143
Register-AzResourceProvider -ProviderNamespace Microsoft.GuestConfiguration
144+
Register-AzResourceProvider -ProviderNamespace Microsoft.HybridConnectivity
143145
```
144146

145147
Azure CLI:
@@ -148,6 +150,7 @@ Azure CLI:
148150
az account set --subscription "{Your Subscription Name}"
149151
az provider register --namespace 'Microsoft.HybridCompute'
150152
az provider register --namespace 'Microsoft.GuestConfiguration'
153+
az provider register --namespace 'Microsoft.HybridConnectivity'
151154
```
152155

153156
You can also register the resource providers in the Azure portal by following the steps under [Azure portal](../../azure-resource-manager/management/resource-providers-and-types.md#azure-portal).

articles/synapse-analytics/guidance/security-white-paper-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Azure Synapse data security and privacy are non-negotiable. The purpose of this
3030

3131
This white paper targets all enterprise security stakeholders. They include security administrators, network administrations, Azure administrators, workspace administrators, and database administrators.
3232

33-
**Writers:** Vengatesh Parasuraman, Fretz Nuson, Ron Dunn, Khendr'a Reid, John Hoang, Nithesh Krishnappa, Mykola Kovalenko, Brad Schacht, Pedro Matinez, and Mark Pryce-Maher.
33+
**Writers:** Vengatesh Parasuraman, Fretz Nuson, Ron Dunn, Khendr'a Reid, John Hoang, Nithesh Krishnappa, Mykola Kovalenko, Brad Schacht, Pedro Matinez, Mark Pryce-Maher, and Arshad Ali.
3434

3535
**Technical Reviewers:** Nandita Valsan, Rony Thomas, Daniel Crawford, and Tammy Richter Jones.
3636

0 commit comments

Comments
 (0)