Skip to content

Commit cdeac70

Browse files
authored
Merge pull request #297985 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 9aa3f3c + 7ab586c commit cdeac70

File tree

7 files changed

+22
-21
lines changed

7 files changed

+22
-21
lines changed

articles/active-directory-b2c/api-connectors-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Using Azure AD B2C, you can add your own business logic to a user journey by cal
8585
![Diagram of a RESTful service claims exchange](media/api-connectors-overview/restful-service-claims-exchange.png)
8686

8787
> [!NOTE]
88-
> If there is slow or no response from the RESTful service to Azure AD B2C, the timeout is 30 seconds and the retry count is two times (meaning there are 3 tries in total). Currently, you can't configure the timeout and retry count settings.
88+
> HTTP requests may be cancelled if there is a slow or no response from the RESTful service to Azure AD B2C. The default timeout is 10 seconds and the default retry count is one (meaning there are 2 tries in total).
8989
9090
## Calling a RESTful service
9191

articles/azure-maps/creator-facility-ontology.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ When importing a GeoJSON package, the `ID` and `Geometry` fields must be supplie
8181

8282
:::image type="content" source="./media/creator-indoor-maps/geojson.png" alt-text="A screenshot showing the geometry and ID fields in a GeoJSON file.":::
8383

84-
For more information, see [Create a dataset using a GeoJson package].
84+
For more information, see [Create a dataset using a GeoJSON package].
8585

8686
---
8787

@@ -585,7 +585,7 @@ Learn more about Creator for indoor maps by reading:
585585
[Polygon]: /rest/api/maps-creator/wfs/get-features?tabs=HTTP#geojsonpolygon
586586

587587
<!--------- learn.microsoft.com links --------------->
588-
[Create a dataset using a GeoJson package]: how-to-dataset-geojson.md
588+
[Create a dataset using a GeoJSON package]: how-to-dataset-geojson.md
589589
[Creator for indoor maps]: creator-indoor-maps.md
590590

591591
<!--------- External Links --------------->

articles/azure-maps/how-to-dataset-geojson.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to create a dataset using a GeoJson package
3-
description: Learn how to create a dataset using a GeoJson package.
2+
title: How to create a dataset using a GeoJSON package
3+
description: Learn how to create a dataset using a GeoJSON package.
44
author: faterceros
55
ms.author: aterceros
66
ms.date: 11/01/2021
@@ -9,7 +9,7 @@ ms.service: azure-maps
99
ms.subservice: creator
1010
---
1111

12-
# Create a dataset using a GeoJson package (Preview)
12+
# Create a dataset using a GeoJSON package (Preview)
1313

1414
> [!NOTE]
1515
>
@@ -36,7 +36,7 @@ Azure Maps Creator enables users to import their indoor map data in GeoJSON form
3636
3737
## Create dataset using the GeoJSON package
3838

39-
For more information on the GeoJSON package, see the [Geojson zip package requirements] section.
39+
For more information on the GeoJSON package, see the [GeoJSON zip package requirements] section.
4040

4141
### Upload the GeoJSON package
4242

@@ -95,7 +95,7 @@ https://us.atlas.microsoft.com/datasets?api-version=2023-03-01-preview&conversio
9595
| conversionId | The ID returned when converting your drawing package. |
9696
| datasetId | The dataset ID returned when creating the original dataset from a GeoJSON package. |
9797

98-
## Geojson zip package requirements
98+
## GeoJSON zip package requirements
9999

100100
The GeoJSON zip package consists of one or more [RFC 7946] compliant GeoJSON files, one for each feature class, all in the root directory (subdirectories aren't supported), compressed with standard Zip compression and named using the `.ZIP` extension.
101101

@@ -137,7 +137,7 @@ Feature IDs can only contain alpha-numeric (a-z, A-Z, 0-9), hyphen (-), dot (.)
137137
[dataset]: creator-indoor-maps.md#datasets
138138
[Facility Ontology 2.0]: creator-facility-ontology.md?pivots=facility-ontology-v2
139139
[facility]: creator-facility-ontology.md?pivots=facility-ontology-v2#facility
140-
[Geojson zip package requirements]: #geojson-zip-package-requirements
140+
[GeoJSON zip package requirements]: #geojson-zip-package-requirements
141141
[How to create data registry]: how-to-create-data-registries.md
142142
[level]: creator-facility-ontology.md?pivots=facility-ontology-v2#level
143143
[line]: creator-facility-ontology.md?pivots=facility-ontology-v2#lineelement

articles/azure-vmware/native-network-connectivity.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This Azure VMware Solution private cloud deployment is hosted in an Azure Virtua
2525

2626
Azure VMware Solution creates the following read-only management subnets within the hosted Virtual Network to host required private cloud components. These Management Subnets are allocated from the management address block specified for private cloud creation. The following are sample subnets derived from an SDDC with a 10.74.64.0/22 address block.
2727

28+
:::image type="content" source="./media/native-connectivity/native-connectivity-private-vnet-peering.png" alt-text="Diagram showing an Azure VMware Solution connection to other Virtual Networks." lightbox="media/native-connectivity/native-virtual-network-management-subnets.png":::
29+
2830
## Other Virtual Networks
2931

3032
Azure VMware Solution's connectivity to nonlocal Virtual Networks follows the same procedure as Azure Virtual Network users use to connect their workloads between Virtual Networks. The Virtual Network can be connected to other nonlocal Virtual Networks using Azure Virtual Network peering as described in the following [Azure documentation](/azure/virtual-network/virtual-network-peering-overview).
@@ -41,4 +43,4 @@ Both regional Virtual Network peering and global Virtual Network peering is supp
4143
- [Internet connectivity options](native-internet-connectivity-design-considerations.md)
4244
- [Connect multiple Azure VMware Solution in an Azure Virtual Network private clouds](native-connect-multiple-private-clouds.md)
4345
- [Connect Azure VMware Solution private cloud in a Virtual Network to the previous edition of Azure VMware Solution private cloud](native-connect-private-cloud-previous-edition.md)
44-
- [Public and Private DNS forward lookup zone configuration](native-dns-forward-lookup-zone.md)
46+
- [Public and Private DNS forward lookup zone configuration](native-dns-forward-lookup-zone.md)

articles/communication-services/samples/chat-hero-sample.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: kperla97
66
manager: chpalm
77
services: azure-communication-services
88

9-
ms.author: kaperla
9+
ms.author: anniewang
1010
ms.date: 6/30/2021
1111
ms.topic: overview
1212
ms.service: azure-communication-services
@@ -43,8 +43,7 @@ Once you configure your display name and emoji, you can join the chat session. N
4343
Components of the main chat screen:
4444

4545
- **Main Chat Area**: The core chat experience where users can send and receive messages. To send messages, you can use the input area and press enter (or use the send button). The chat screen organizes received chat messages by sender with the correct name and emoji. You see two types of notifications in the chat area: 1) typing notifications when a user is typing and 2) sent and read notifications for messages.
46-
- **Header**: Where the user sees the title of the chat thread and the controls for toggling participant and settings side bars, and a leave button to exit the chat session.
47-
- **Side Bar**: Where participants and setting information display when toggled using the controls in the header. The participants side bar contains a list of participants in the chat and a link to invite participants to the chat session. The settings side bar enables you to configure the chat thread title.
46+
- **Header**: Where the user sees the title of the chat thread and the leave button to exit the chat session.
4847

4948
Complete the following prerequisites and steps to set up the sample.
5049

-5.7 KB
Loading

articles/container-apps/health-probes.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The `...` placeholders denote omitted code. Refer to [Container Apps ARM templat
8282
"name":"web",
8383
"probes": [
8484
{
85-
"type": "liveness",
85+
"type": "Liveness",
8686
"httpGet": {
8787
"path": "/health",
8888
"port": 8080,
@@ -96,15 +96,15 @@ The `...` placeholders denote omitted code. Refer to [Container Apps ARM templat
9696
"periodSeconds": 3
9797
},
9898
{
99-
"type": "readiness",
99+
"type": "Readiness",
100100
"tcpSocket": {
101101
"port": 8081
102102
},
103103
"initialDelaySeconds": 10,
104104
"periodSeconds": 3
105105
},
106106
{
107-
"type": "startup",
107+
"type": "Startup",
108108
"httpGet": {
109109
"path": "/startup",
110110
"port": 8080,
@@ -130,7 +130,7 @@ containers:
130130
- image: nginx
131131
name: web
132132
probes:
133-
- type: liveness
133+
- type: Liveness
134134
httpGet:
135135
path: "/health"
136136
port: 8080
@@ -139,12 +139,12 @@ containers:
139139
value: "liveness probe"
140140
initialDelaySeconds: 7
141141
periodSeconds: 3
142-
- type: readiness
142+
- type: Readiness
143143
tcpSocket:
144144
port: 8081
145145
initialDelaySeconds: 10
146146
periodSeconds: 3
147-
- type: startup
147+
- type: Startup
148148
httpGet:
149149
path: "/startup"
150150
port: 8080
@@ -181,7 +181,7 @@ The following example demonstrates how to configure the liveness and readiness p
181181
```json
182182
"probes": [
183183
{
184-
"type": "liveness",
184+
"type": "Liveness",
185185
"failureThreshold": 3,
186186
"periodSeconds": 10,
187187
"successThreshold": 1,
@@ -191,7 +191,7 @@ The following example demonstrates how to configure the liveness and readiness p
191191
"timeoutSeconds": 1
192192
},
193193
{
194-
"type": "readiness",
194+
"type": "Readiness",
195195
"failureThreshold": 48,
196196
"initialDelaySeconds": 3,
197197
"periodSeconds": 5,

0 commit comments

Comments
 (0)