Skip to content

Commit 92fef15

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into 0310-container-instance-quickstart
2 parents fd42b34 + 46aa039 commit 92fef15

14 files changed

+28
-20
lines changed

articles/application-gateway/application-gateway-backend-health-troubleshooting.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: vhorne
66
ms.service: application-gateway
77
ms.topic: troubleshooting
8-
ms.date: 06/09/2020
8+
ms.date: 03/17/2022
99
ms.author: victorh
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -480,6 +480,19 @@ This behavior can occur for one or more of the following reasons:
480480
481481
1. To verify that Application Gateway is healthy and running, go to the **Resource Health** option in the portal and verify that the state is **Healthy**. If you see an **Unhealthy** or **Degraded** state, [contact support](https://azure.microsoft.com/support/options/).
482482
483+
1. If Internet and private traffic are going though an Azure Firewall hosted in a secured Virtual hub (using Azure Virtual WAN Hub):
484+
485+
a. To ensure the application gateway can send traffic directly to the Internet, configure the following user defined route:
486+
487+
Address prefix: 0.0.0.0/0<br>
488+
Next hop: Internet
489+
490+
b. To ensure the application gateway can send traffic to the backend pool via an Azure Firewall in the Virtual WAN hub, configure the following user defined route:
491+
492+
Address Prefix: Backend pool subnet<br>
493+
Next hop: Azure Firewall private IP address
494+
495+
483496
## Next steps
484497
485498
Learn more about [Application Gateway diagnostics and logging](./application-gateway-diagnostics.md).

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>" \

0 commit comments

Comments
 (0)