Skip to content

Commit 46aa039

Browse files
authored
Merge pull request #191956 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 7c70ef3 + a9602d8 commit 46aa039

13 files changed

+14
-19
lines changed

articles/azure-app-configuration/rest-api-authorization-hmac.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ HTTP/1.1 403 Forbidden
2323
```
2424

2525
**Reason:** The access key used to authenticate the request does not provide the required permissions to perform the requested operation.
26+
2627
**Solution:** Obtain an access key that provides permission to perform the requested operation and use it to authenticate the request.

articles/cosmos-db/graph/graph-partitioning.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ The following guidelines describe how the partitioning strategy in Azure Cosmos
5050
g.V(['partitionKey_value', 'vertex_id'])
5151
```
5252

53-
- Specifying an **array of tuples of partition key values and IDs**:
54-
55-
```java
56-
g.V(['partitionKey_value0', 'verted_id0'], ['partitionKey_value1', 'vertex_id1'], ...)
57-
```
58-
5953
- Selecting a set of vertices with their IDs and **specifying a list of partition key values**:
6054

6155
```java

articles/hdinsight/storm/apache-storm-scp-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Here `microsoft.scp.example.HybridTopology.Generator` is the name of the Java sp
554554

555555
### Specify the Java classpath in a runSpec command
556556

557-
If you want to submit topology that contains Java spouts or bolts, first compile them to produce JAR files. Then specify the java classpath that contains the JAR files when you submit topology. Here's an example:
557+
If you want to submit topology that contains Java spouts or bolts, first compile them to produce JAR files. Then specify the Java classpath that contains the JAR files when you submit topology. Here's an example:
558558

559559
```csharp
560560
bin\runSpec.cmd examples\HybridTopology\HybridTopology.spec specs examples\HybridTopology\net\Target -cp examples\HybridTopology\java\target\*

articles/iot-edge/how-to-connect-downstream-device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Use this sample command on the downstream device to test that it can connect to
210210
openssl s_client -connect mygateway.contoso.com:8883 -CAfile <CERTDIR>/certs/azure-iot-test-only.root.ca.cert.pem -showcerts
211211
```
212212

213-
This command tests connections over MQTTS (port 8883). If you're using a different protocol, adjust the command as necessary for AMQPS (5671) or HTTPS (433)
213+
This command tests connections over MQTTS (port 8883). If you're using a different protocol, adjust the command as necessary for AMQPS (5671) or HTTPS (443)
214214

215215
The output of this command may be long, including information about all the certificates in the chain. If your connection is successful, you'll see a line like `Verification: OK` or `Verify return code: 0 (ok)`.
216216

articles/iot-hub/iot-hub-java-java-schedule-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This tutorial shows you how to:
3838

3939
* Create a back-end app that creates a job to call the **lockDoor** direct method on multiple devices. Another job sends desired property updates to multiple devices.
4040

41-
At the end of this tutorial, you have a java console device app and a java console back-end app:
41+
At the end of this tutorial, you have a Java console device app and a Java console back-end app:
4242

4343
**simulated-device** that connects to your IoT hub, implements the **lockDoor** direct method, and handles desired property changes.
4444

articles/mysql/sample-scripts-java-connection-pooling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 02/28/2018
1212

1313
[!INCLUDE[applies-to-mysql-single-server](includes/applies-to-mysql-single-server.md)]
1414

15-
The below sample code illustrates connection pooling in java.
15+
The below sample code illustrates connection pooling in Java.
1616

1717
```java
1818
import java.sql.Connection;

articles/network-watcher/network-watcher-intrusion-detection-open-source-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ While the logs that Suricata produces contain valuable information about what's
7474
7575
#### Install Elasticsearch
7676
77-
1. The Elastic Stack from version 5.0 and above requires Java 8. Run the command `java -version` to check your version. If you do not have java installed, refer to documentation on the [Azure-suppored JDKs](/azure/developer/java/fundamentals/java-support-on-azure).
77+
1. The Elastic Stack from version 5.0 and above requires Java 8. Run the command `java -version` to check your version. If you do not have Java installed, refer to documentation on the [Azure-suppored JDKs](/azure/developer/java/fundamentals/java-support-on-azure).
7878
7979
1. Download the correct binary package for your system:
8080

articles/network-watcher/network-watcher-visualize-nsg-flow-logs-open-source-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ By connecting NSG flow logs with the Elastic Stack, we can create a Kibana dashb
3535

3636
#### Install Elasticsearch
3737

38-
1. The Elastic Stack from version 5.0 and above requires Java 8. Run the command `java -version` to check your version. If you do not have java installed, refer to documentation on the [Azure-suppored JDKs](/azure/developer/java/fundamentals/java-support-on-azure).
38+
1. The Elastic Stack from version 5.0 and above requires Java 8. Run the command `java -version` to check your version. If you do not have Java installed, refer to documentation on the [Azure-suppored JDKs](/azure/developer/java/fundamentals/java-support-on-azure).
3939
2. Download the correct binary package for your system:
4040

4141
```bash

articles/sentinel/sap-solution-deploy-alternate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ az keyvault secret set \
7676
--value "<abapuserpass>" \
7777
--description SECRET_ABAP_PASSWORD --vault-name $kvname
7878
79-
#Add java Username
79+
#Add Java Username
8080
az keyvault secret set \
8181
--name <SID>-JAVAOSUSER \
8282
--value "<javauser>" \
8383
--description SECRET_JAVAOS_USER --vault-name $kvname
8484
85-
#Add java Username password
85+
#Add Java Username password
8686
az keyvault secret set \
8787
--name <SID>-JAVAOSPASS \
8888
--value "<javauserpass>" \

articles/service-bus-messaging/service-bus-troubleshooting-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This article provides troubleshooting tips and recommendations for a few issues
1212
## Connectivity, certificate, or timeout issues
1313
The following steps may help you with troubleshooting connectivity/certificate/timeout issues for all services under *.servicebus.windows.net.
1414

15-
- Browse to or [wget](https://www.gnu.org/software/wget/) `https://<yournamespace>.servicebus.windows.net/`. It helps with checking whether you have IP filtering or virtual network or certificate chain issues, which are common when using java SDK.
15+
- Browse to or [wget](https://www.gnu.org/software/wget/) `https://<yournamespace>.servicebus.windows.net/`. It helps with checking whether you have IP filtering or virtual network or certificate chain issues, which are common when using Java SDK.
1616

1717
An example of successful message:
1818

0 commit comments

Comments
 (0)