Skip to content

Commit 4f3a333

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 5473f58 + 179918a commit 4f3a333

File tree

39 files changed

+1217
-885
lines changed

39 files changed

+1217
-885
lines changed

articles/active-directory/saas-apps/pegasystems-tutorial.md

Lines changed: 133 additions & 132 deletions
Large diffs are not rendered by default.

articles/active-directory/saas-apps/percolate-tutorial.md

Lines changed: 103 additions & 108 deletions
Large diffs are not rendered by default.

articles/active-directory/saas-apps/predictix-assortment-planning-tutorial.md

Lines changed: 95 additions & 97 deletions
Large diffs are not rendered by default.

articles/active-directory/saas-apps/predictixordering-tutorial.md

Lines changed: 92 additions & 93 deletions
Large diffs are not rendered by default.

articles/active-directory/saas-apps/predictixpricereporting-tutorial.md

Lines changed: 93 additions & 93 deletions
Large diffs are not rendered by default.

articles/active-directory/saas-apps/projectplace-tutorial.md

Lines changed: 96 additions & 99 deletions
Large diffs are not rendered by default.

articles/aks/tutorial-kubernetes-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ git clone https://github.com/kubernetes-incubator/metrics-server.git
8181
kubectl create -f metrics-server/deploy/1.8+/
8282
```
8383

84-
To use the autoscaler, your pods must have CPU requests and limits defined. In the `azure-vote-front` deployment, the front-end container already requests 0.25 CPU, with a limit of 0.5 CPU. These resource requests and limits are defined as shown in the following example snippet:
84+
To use the autoscaler, all containers in your pods and your pods must have CPU requests and limits defined. In the `azure-vote-front` deployment, the front-end container already requests 0.25 CPU, with a limit of 0.5 CPU. These resource requests and limits are defined as shown in the following example snippet:
8585

8686
```yaml
8787
resources:

articles/azure-monitor/log-query/query-language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Azure Monitor logs are built on Azure Data Explorer, and Azure Monitor log queri
5656
## Cheatsheets
5757

5858
- [SQL to Azure Monitor log query](sql-cheatsheet.md) assists users who are already familiar with SQL.
59-
- [Splunk to Azure Monitor log query](sql-cheatsheet.md) assists users who are already familiar with Splunk.
59+
- [Splunk to Azure Monitor log query](splunk-cheatsheet.md) assists users who are already familiar with Splunk.
6060

6161
## Next steps
6262

63-
- Access the complete [reference documentation for the Kusto query language](/azure/kusto/query/).
63+
- Access the complete [reference documentation for the Kusto query language](/azure/kusto/query/).

articles/azure-monitor/log-query/search-queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ search in (Event) Source:"error"
6060
```
6161

6262
> [!TIP]
63-
> If you use `==` instead of `:`, the results would include records in which the *Source* column has the exact value "error", and in this exact case. Using ':' will not include records where *Source* has values such as "error code 404" or "Error".
63+
> If you use `==` instead of `:`, the results would include records in which the *Source* column has the exact value "error", and in this exact case. Using ':' will include records where *Source* has values such as "error code 404" or "Error".
6464
6565
## Case-sensitivity
6666
By default, term search is case-insensitive, so searching "dns" could yield results such as "DNS", "dns", or "Dns". To make the search case-sensitive, use the `kind` option:
@@ -140,4 +140,4 @@ search in (Event) "win"
140140

141141
## Next steps
142142

143-
- See further tutorials on the [Kusto query language site](/azure/kusto/query/).
143+
- See further tutorials on the [Kusto query language site](/azure/kusto/query/).

articles/azure-signalr/signalr-quickstart-dotnet-core.md

Lines changed: 44 additions & 49 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)