Skip to content

Commit ca029bb

Browse files
authored
Merge pull request #294510 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 edc1baa + ebd2f6e commit ca029bb

22 files changed

+25
-25
lines changed

articles/api-management/api-management-howto-protect-backend-with-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For details about app registration, see [Quickstart: Configure an application to
7979

8080
## Authorization workflow
8181

82-
1. A user or application acquires a token from Microsoft Entra ID with permissions that grant access to the backend-app.
82+
1. A user or application acquires a token from Microsoft Entra ID with permissions that grant access to the backend-app. If you use the v2 endpoint, ensure that the accessTokenAcceptedVersion property is set to 2 in the application manifest of the back end app and any client app that you configure.
8383

8484
1. The token is added in the Authorization header of API requests to API Management.
8585

articles/api-management/api-management-howto-setup-delegation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ using (var encoder = new HMACSHA512(Convert.FromBase64String(key)))
178178
}
179179
```
180180

181-
### NodeJS code to generate hash of returnUrl
181+
### Node.js code to generate hash of returnUrl
182182

183183
```
184184
var crypto = require('crypto');

articles/app-service/troubleshoot-intermittent-outbound-connection-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Here's a collection of links for implementing Connection pooling by different so
6060

6161
#### Node
6262

63-
By default, connections for NodeJS aren't kept alive. Below are the popular databases and packages for connection pooling which contain examples for how to implement them.
63+
By default, connections for Node.js aren't kept alive. Below are the popular databases and packages for connection pooling which contain examples for how to implement them.
6464

6565
* [MySQL](https://github.com/mysqljs/mysql#pooling-connections)
6666
* [MongoDB](https://blog.mlab.com/2017/05/mongodb-connection-pooling-for-express-applications/)

articles/azure-maps/open-source-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These open-source, community-driven initiatives are created and maintained by th
1717

1818
The following tables list some of the most popular Azure Maps open-source projects and samples.
1919

20-
### Maintained by Azure Maps team
20+
#### Maintained by Azure Maps team
2121

2222
The following table lists the open-source projects maintained by Azure Maps team that extend the capabilities of the Azure Maps Web SDK.
2323

@@ -28,7 +28,7 @@ The following table lists the open-source projects maintained by Azure Maps team
2828
| [Azure Maps Gridded Data Source module] | A module for the Azure Maps Web SDK that provides a data source that clusters data points into cells of a grid area. This operation is also known by many names such as tessellations, data binning, or hex bins. | [@azure-maps/gridded-data-source] |
2929
| [Azure maps selection control module] | An Azure Maps Web SDK module that provides controls for selecting data in a data source using drawing tools or by requesting a route range polygon. | N/A |
3030

31-
### Contributed and maintained by Community
31+
#### Contributed and maintained by Community
3232

3333
The following table lists the open-source projects contributed to, and maintained by the development Community that extend the capabilities of the Azure Maps Web SDK.
3434

articles/azure-web-pubsub/tutorial-upstream-auth-mqtt-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ awps-tunnel run --hub {hubName} --upstream http://localhost:{portExposedByYourAu
212212

213213
We will implement the client side in Node.js.
214214

215-
Initialize a NodeJS project with the following command.
215+
Initialize a Node.js project with the following command.
216216
```bash
217217
npm init
218218
```

articles/data-factory/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Pipeline activity limit lifted to 80 activities. [Learn more](https://techcommun
5858

5959
### Data movement
6060

61-
- Mysql Connector driver upgrade available for Copy activity. [Learn more](connector-mysql.md)
61+
- MySQL Connector driver upgrade available for Copy activity. [Learn more](connector-mysql.md)
6262
- MariaDB Connector driver upgrade available for Copy activity. [Learn more](connector-mariadb.md)
6363
- We added native UI support of parameterization for the following linked services: SAP HANA; MariaDB; Google BigQuery. [Learn more](parameterize-linked-services.md#supported-linked-service-types)
6464

articles/hdinsight/msi-support-to-access-azure-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ EventHubProducerClient producer = new EventHubClientBuilder()
173173
```
174174
175175
176-
**If the client is a MySql Database**
176+
**If the client is a MySQL Database**
177177
178178
Example of Azure Sql Database, which doesn't directly fetch an access token.
179179

articles/iot-dps/tls-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Use the links below to configure TLS 1.2 and allowed ciphers in the Azure IoT cl
132132
| Python | Version 2.0.0 or newer | [Link](https://aka.ms/Tls_Python_SDK_IoT) |
133133
| C# | Version 1.21.4 or newer | [Link](https://aka.ms/Tls_CSharp_SDK_IoT) |
134134
| Java | Version 1.19.0 or newer | [Link](https://aka.ms/Tls_Java_SDK_IoT) |
135-
| NodeJS | Version 1.12.2 or newer | [Link](https://aka.ms/Tls_Node_SDK_IoT) |
135+
| Node.js | Version 1.12.2 or newer | [Link](https://aka.ms/Tls_Node_SDK_IoT) |
136136

137137
## Use TLS 1.2 with IoT Hub
138138

articles/iot-hub/iot-hub-device-streams-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Two sides of each stream (on the device and service side) use the IoT Hub SDK to
145145

146146
* The C and C# SDK's support device streams on the device side.
147147

148-
* The NodeJS and C# SDK support device streams on the service side.
148+
* The Node.js and C# SDK support device streams on the service side.
149149

150150
## Next steps
151151

articles/iot-hub/iot-hub-tls-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Use the following links to configure TLS 1.2 and allowed ciphers in IoT Hub clie
160160
| Python | Version 2.0.0 or newer | [Link](https://aka.ms/Tls_Python_SDK_IoT) |
161161
| C# | Version 1.21.4 or newer | [Link](https://aka.ms/Tls_CSharp_SDK_IoT) |
162162
| Java | Version 1.19.0 or newer | [Link](https://aka.ms/Tls_Java_SDK_IoT) |
163-
| NodeJS | Version 1.12.2 or newer | [Link](https://aka.ms/Tls_Node_SDK_IoT) |
163+
| Node.js | Version 1.12.2 or newer | [Link](https://aka.ms/Tls_Node_SDK_IoT) |
164164

165165
IoT Edge devices can be configured to use TLS 1.2 when communicating with IoT Hub. For this purpose, use the [IoT Edge documentation page](https://github.com/Azure/iotedge/blob/master/edge-modules/edgehub-proxy/README.md).
166166

0 commit comments

Comments
 (0)