Skip to content

Commit c663987

Browse files
committed
Merge branch 'master' of https://github.com/Microsoft/azure-docs-pr into oct0819
2 parents 70434a9 + e3e3c5d commit c663987

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+524
-79
lines changed

articles/aks/cluster-autoscaler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ az aks create \
8686
--resource-group myResourceGroup \
8787
--name myAKSCluster \
8888
--node-count 1 \
89-
---enable-vmss \
89+
--enable-vmss \
9090
--enable-cluster-autoscaler \
9191
--min-count 1 \
9292
--max-count 3

articles/asc-for-iot/concept-baseline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.devlang: na
1515
ms.topic: conceptual
1616
ms.tgt_pltfrm: na
1717
ms.workload: na
18-
ms.date: 10/03/2019
18+
ms.date: 10/07/2019
1919
ms.author: mlottner
2020

2121
---
@@ -52,7 +52,7 @@ To configure baseline custom checks:
5252
"baselineCustomChecksFilePath": {
5353
"value" : "/home/user/full_path.xml"
5454
},
55-
"baselineCustomChecksFilePath": {
55+
"baselineCustomChecksFileHash": {
5656
"value" : "#hashexample!"
5757
}
5858
}

articles/asc-for-iot/how-to-deploy-edge.md

Lines changed: 35 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: na
1414
ms.topic: conceptual
1515
ms.tgt_pltfrm: na
1616
ms.workload: na
17-
ms.date: 07/23/2019
17+
ms.date: 10/08/2019
1818
ms.author: mlottner
1919

2020
---
@@ -67,7 +67,7 @@ There are three steps to create an IoT Edge deployment for Azure Security Center
6767

6868
#### Step 1: Add modules
6969

70-
1. From the **Add Modules** tab, **Deployment Modules** area, click **AzureSecurityCenterforIoT**.
70+
1. From the **Add Modules** tab, **Deployment Modules** area, click the **configure** option for **AzureSecurityCenterforIoT**.
7171

7272
1. Change the **name** to **azureiotsecurity**.
7373
1. Change the **Image URI** to **mcr.microsoft.com/ascforiot/azureiotsecurity:1.0.0**.
@@ -92,10 +92,13 @@ There are three steps to create an IoT Edge deployment for Azure Security Center
9292
1. Verify that **Set module twin's desired properties** is selected, and change the configuration object to:
9393

9494
``` json
95-
"desired": {
96-
"ms_iotn:urn_azureiot_Security_SecurityAgentConfiguration": {
97-
}
98-
}
95+
{
96+
"properties.desired":{
97+
"ms_iotn:urn_azureiot_Security_SecurityAgentConfiguration":{
98+
99+
}
100+
}
101+
}
99102
```
100103

101104
1. Click **Save**.
@@ -107,13 +110,25 @@ There are three steps to create an IoT Edge deployment for Azure Security Center
107110

108111
``` json
109112
{
110-
"HostConfig":{
111-
"PortBindings":{
112-
"8883/tcp": [{"HostPort": "8883"}],
113-
"443/tcp": [{"HostPort": "443"}],
114-
"5671/tcp": [{"HostPort": "5671"}]
115-
}
116-
}
113+
"HostConfig":{
114+
"PortBindings":{
115+
"8883/tcp":[
116+
{
117+
"HostPort":"8883"
118+
}
119+
],
120+
"443/tcp":[
121+
{
122+
"HostPort":"443"
123+
}
124+
],
125+
"5671/tcp":[
126+
{
127+
"HostPort":"5671"
128+
}
129+
]
130+
}
131+
}
117132
}
118133
```
119134
1. Click **Save**.
@@ -122,16 +137,15 @@ There are three steps to create an IoT Edge deployment for Azure Security Center
122137

123138
#### Step 2: Specify routes
124139

125-
1. In the **Specify Routes** tab, make sure you have a route (explicit or implicit) that will forward messages from the **azureiotsecurity** module to **$upstream**.
126-
1. Click **Next**.
140+
1. In the **Specify Routes** tab, make sure you have a route (explicit or implicit) that will forward messages from the **azureiotsecurity** module to **$upstream** according to the following examples, only then click **Next**.
127141

128-
~~~Default implicit route
129-
"route": "FROM /messages/* INTO $upstream"
130-
~~~
142+
~~~Default implicit route
143+
"route": "FROM /messages/* INTO $upstream"
144+
~~~
131145

132-
~~~Explicit route
133-
"ASCForIoTRoute": "FROM /messages/modules/azureiotsecurity/* INTO $upstream"
134-
~~~
146+
~~~Explicit route
147+
"ASCForIoTRoute": "FROM /messages/modules/azureiotsecurity/* INTO $upstream"
148+
~~~
135149

136150
#### Step 3: Review deployment
137151

articles/asc-for-iot/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ ms.date: 09/26/2019
1818
ms.author: mlottner
1919

2020
---
21+
22+
2123
# Introducing Azure Security Center for IoT
2224

2325
Unify security management and enable end-to-end threat detection and analysis across hybrid cloud workloads and your Azure IoT solution.

articles/azure-functions/functions-host-json.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ Controls the [sampling feature in Application Insights](./functions-monitoring.m
112112
|---------|---------|---------|
113113
|isEnabled|true|Enables or disables sampling.|
114114
|maxTelemetryItemsPerSecond|5|The threshold at which sampling begins.|
115-
|EnableLiveMetrics |true|Enables live metrics collection|
116-
|EnableDependencyTracking|true|Enables dependency tracking|
117-
|EnablePerformanceCountersCollection|true|Enables Kudu performance counters collection|
115+
|EnableLiveMetrics |true|Enables live metrics collection.|
116+
|EnableDependencyTracking|true|Enables dependency tracking.|
117+
|EnablePerformanceCountersCollection|true|Enables Kudu performance counters collection.|
118118

119119
## cosmosDb
120120

articles/cognitive-services/Computer-vision/QuickStarts/CSharp-analyze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace CSHttpClientSample
5454
static string endpoint = Environment.GetEnvironmentVariable("COMPUTER_VISION_ENDPOINT");
5555

5656
// the Analyze method endpoint
57-
const string uriBase = endpoint + "vision/v2.0/analyze";
57+
const string uriBase = endpoint + "vision/v2.1/analyze";
5858

5959
static void Main()
6060
{

articles/cognitive-services/Computer-vision/QuickStarts/CSharp-hand-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace CSHttpClientSample
5858
static string endpoint = Environment.GetEnvironmentVariable("COMPUTER_VISION_ENDPOINT");
5959

6060
// the Batch Read method endpoint
61-
const string uriBase = endpoint + "vision/v2.0/read/core/asyncBatchAnalyze";
61+
const string uriBase = endpoint + "vision/v2.1/read/core/asyncBatchAnalyze";
6262

6363
static void Main()
6464
{

articles/cognitive-services/Computer-vision/QuickStarts/CSharp-print-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace CSHttpClientSample
5454
static string endpoint = Environment.GetEnvironmentVariable("COMPUTER_VISION_ENDPOINT");
5555

5656
// the OCR method endpoint
57-
const string uriBase = endpoint + "vision/v2.0/ocr";
57+
const string uriBase = endpoint + "vision/v2.1/ocr";
5858

5959
static void Main()
6060
{

articles/cognitive-services/Computer-vision/QuickStarts/CSharp-thumb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace CSHttpClientSample
5454
static string endpoint = Environment.GetEnvironmentVariable("COMPUTER_VISION_ENDPOINT");
5555

5656
// the GenerateThumbnail method endpoint
57-
const string uriBase = endpoint + "vision/v2.0/generateThumbnail";
57+
const string uriBase = endpoint + "vision/v2.1/generateThumbnail";
5858

5959
static void Main()
6060
{

articles/cognitive-services/Computer-vision/QuickStarts/curl-analyze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To create and run the sample, do the following steps:
4040
1. Paste the command from the text editor into the command prompt window, and then run the command.
4141

4242
```bash
43-
curl -H "Ocp-Apim-Subscription-Key: <subscriptionKey>" -H "Content-Type: application/json" "https://westcentralus.api.cognitive.microsoft.com/vision/v2.0/analyze?visualFeatures=Categories,Description&details=Landmarks&language=en" -d "{\"url\":\"http://upload.wikimedia.org/wikipedia/commons/3/3c/Shaki_waterfall.jpg\"}"
43+
curl -H "Ocp-Apim-Subscription-Key: <subscriptionKey>" -H "Content-Type: application/json" "https://westcentralus.api.cognitive.microsoft.com/vision/v2.1/analyze?visualFeatures=Categories,Description&details=Landmarks&language=en" -d "{\"url\":\"http://upload.wikimedia.org/wikipedia/commons/3/3c/Shaki_waterfall.jpg\"}"
4444
```
4545

4646
## Examine the response

0 commit comments

Comments
 (0)