Skip to content

Commit eac76bc

Browse files
authored
Merge pull request #297723 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents fbc4b80 + bd39a4f commit eac76bc

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

articles/azure-maps/power-bi-visual-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The Azure Maps Power BI visual is available in the following services and applic
159159
| Power BI export | No |
160160
| Power BI subscriptions | No |
161161

162-
**Where is Azure Maps available?**
162+
**Where is Azure Maps Visual for Power BI available?**
163163

164164
At this time, Azure Maps is currently available in all countries and regions except:
165165

articles/azure-resource-manager/templates/deployment-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In incremental mode, Resource Manager **leaves unchanged** resources that exist
2323

2424
> [!IMPORTANT]
2525
>
26-
> Incremental mode is the recommended deployment dode. If there is a need to delete resources as part of a Bicep file or ARM JSON template, use [deployment stacks](../bicep/deployment-stacks.md).
26+
> Incremental mode is the recommended deployment mode. If there is a need to delete resources as part of a Bicep file or ARM JSON template, use [deployment stacks](../bicep/deployment-stacks.md).
2727
>
2828
> When redeploying an existing resource in incremental mode, all properties are reapplied. The **properties aren't incrementally added**. A common misunderstanding is to think properties that aren't specified in the template are left unchanged. If you don't specify certain properties, Resource Manager interprets the deployment as overwriting those values. Properties that aren't included in the template are reset to the default values. Specify all non-default values for the resource, not just the ones you're updating. The resource definition in the template always contains the final state of the resource. It can't represent a partial update to an existing resource.
2929

articles/azure-vmware/deploy-disaster-recovery-using-jetstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ This cmdlet disables JetStream DR only on one of the clusters and doesn't comple
324324

325325
JetStream DR is a solution that [JetStream Software](https://www.jetstreamsoft.com/) supports. For any product or support issues with JetStream, contact [email protected].
326326

327-
Azure VMware Solution uses the Run command to automate both the install and uninstall of JetStream DR. Contact Microsoft support for any issue with the run commands. For issues with JetStream install and uninstall cmdlets, contact JetStream for support.
327+
Azure VMware Solution uses the Run command to automate both the install and uninstall of JetStream DR. Contact Microsoft support for any issue with the run commands. For issues with JetStream install and uninstall cmdlets, contact JetStream for [support](https://jetstreamsoft.com/portal/online-docs/contactJS/ContactJetStreamSoftware.html).
328328

329329

330330

articles/communication-services/concepts/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For each area, we have external pages to track and review our SDKs. Consult the
3838
| SMS | [npm](https://www.npmjs.com/package/@azure/communication-sms) | [NuGet](https://www.nuget.org/packages/Azure.Communication.Sms) | [PyPi](https://pypi.org/project/azure-communication-sms/) | [Maven](https://search.maven.org/artifact/com.azure/azure-communication-sms) | - | - | - |
3939
| UI Library | [npm](https://www.npmjs.com/package/@azure/communication-react) | - | - | - | [GitHub](https://github.com/Azure/communication-ui-library-ios) | [GitHub](https://github.com/Azure/communication-ui-library-android) | [GitHub](https://github.com/Azure/communication-ui-library), [Storybook](https://azure.github.io/communication-ui-library/?path=/docs/overview--docs) |
4040

41-
## Related lass/method articles
41+
## Related class/method articles
4242

4343
For more information about class/reference information for each SDK, see:
4444

articles/event-grid/authenticate-with-namespaces-using-json-web-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ az resource update \
131131
132132
```
133133
## JSON Web Token format
134-
Json Web Tokens are divided into the JWT Header and JWT payload sections.
134+
JSON Web Tokens are divided into the JWT Header and JWT payload sections.
135135

136136
### JWT Header
137137

articles/site-recovery/hybrid-how-to-enable-replication-private-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ When the private endpoint is created, five fully qualified domain names (FQDNs)
160160

161161
The five domain names are formatted in this pattern:
162162

163-
`{Vault-ID}-asr-pod01-{type}-.{target-geo-code}.privatelink.siterecovery.windowsazure.com`
163+
`{Vault-ID}-asr-pod01-{type}.{target-geo-code}.privatelink.siterecovery.windowsazure.com`
164164

165165
### Approve private endpoints for site recovery
166166

@@ -299,7 +299,7 @@ Create one private DNS zone to allow the Site Recovery provider (for Hyper-V mac
299299
private DNS zone.
300300

301301
These fully qualified domain names match this pattern:
302-
`{Vault-ID}-asr-pod01-{type}-.{target-geo-code}.siterecovery.windowsazure.com`
302+
`{Vault-ID}-asr-pod01-{type}.{target-geo-code}.siterecovery.windowsazure.com`
303303

304304
:::image type="content" source="./media/hybrid-how-to-enable-replication-private-endpoints/add-record-set.png" alt-text="Screenshot that shows the Add record set page.":::
305305

0 commit comments

Comments
 (0)