Skip to content

Commit c09e763

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into ssmUpdates
2 parents 4663d2e + 8c0e733 commit c09e763

File tree

53 files changed

+216
-676
lines changed

Some content is hidden

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

53 files changed

+216
-676
lines changed

.openpublishing.redirection.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3258,11 +3258,6 @@
32583258
"redirect_url": "/azure/iot-edge/how-to-register-device",
32593259
"redirect_document_id": false
32603260
},
3261-
{
3262-
"source_path": "articles/iot-edge/how-to-install-production-certificates.md",
3263-
"redirect_url": "/azure/iot-edge/how-to-manage-device-certificates",
3264-
"redirect_document_id": true
3265-
},
32663261
{
32673262
"source_path": "articles/cognitive-services/cognitive-services-recommendations-quick-start.md",
32683263
"redirect_url": "/azure/cognitive-services/recommendations/overview",

articles/active-directory/manage-apps/application-proxy-deployment-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following core requirements must be met in order to configure and implement
6464

6565
* **Service limits**: To protect against overconsumption of resources by individual tenants there are throttling limits set per application and tenant. To see these limits refer to [Azure AD service limits and restrictions](https://docs.microsoft.com/azure/active-directory/users-groups-roles/directory-service-limits-restrictions). These throttling limits are based on a benchmark far above typical usage volume and provides ample buffer for a majority of deployments.
6666

67-
* **Public certificate**: If you are using custom domain names, you must procure a public certificate issued by a non-Microsoft trusted certificate authority. Depending on your organizational requirements, getting a certificate can take some time and we recommend beginning the process as early as possible. Azure Application Proxy supports standard, [wildcard](application-proxy-wildcard.md), or SAN-based certificates.
67+
* **Public certificate**: If you are using custom domain names, you must procure a SSL certificate. Depending on your organizational requirements, getting a certificate can take some time and we recommend beginning the process as early as possible. Azure Application Proxy supports standard, [wildcard](application-proxy-wildcard.md), or SAN-based certificates. For more details see [Configure custom domains with Azure AD Application Proxy](application-proxy-configure-custom-domain.md).
6868

6969
* **Domain requirements**: Single sign-on to your published applications using Kerberos Constrained Delegation (KCD) requires that the server running the Connector and the server running the app are domain joined and part of the same domain or trusting domains.
7070
For detailed information on the topic, see [KCD for single sign-on](application-proxy-configure-single-sign-on-with-kcd.md) with Application Proxy. The connector service runs in the context of the local system and should not be configured to use a custom identity.

articles/aks/use-cosmosdb-osba-mongo-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ You can use [Azure Dev Spaces](../dev-spaces/azure-dev-spaces.md) to deploy the
188188

189189
To enable Azure Dev Spaces in your AKS cluster:
190190

191-
```cmd
191+
```azurecli
192192
az aks enable-addons --addons http_application_routing -g MyResourceGroup -n MyAKS
193193
az aks use-dev-spaces -g MyResourceGroup -n MyAKS
194194
```
@@ -203,7 +203,7 @@ This command generates several artifacts, including a *charts/* folder, which is
203203

204204
Create a file at the root of your project named *Dockerfile* with this content:
205205

206-
```Dockerfile
206+
```dockerfile
207207
FROM openjdk:8-jdk-alpine
208208
EXPOSE 8080
209209
WORKDIR /app

articles/app-service/app-service-web-app-cloning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Clone app with PowerShell
33
description: Learn how to clone your App Service app to a new app using PowerShell. A variety of cloning scenarios are covered, including Traffic Manager integration.
4-
author: ahmedelnably
4+
author: georgewallace
55

66
ms.assetid: f9a5cfa1-fbb0-41e6-95d1-75d457347a35
77
ms.topic: article
88
ms.date: 01/14/2016
9-
ms.author: aelnably
9+
ms.author: gwallace
1010
ms.custom: seodec18
1111

1212
---

articles/app-service/app-service-web-restore-snapshots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Restore app from a snapshot
33
description: Learn how to restore your app from a snapshot. Recover from unexpected data loss in Premium tier with the automatic shadow copies.
4-
author: ahmedelnably
4+
author: georgewallace
55

66
ms.assetid: 4164f9b5-f735-41c6-a2bb-71f15cdda417
77
ms.topic: article
88
ms.date: 04/04/2018
9-
ms.author: aelnably
9+
ms.author: gwallace
1010
ms.reviewer: nicking
1111
ms.custom: seodec18
1212

articles/app-service/containers/app-service-linux-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Manage custom Linux containers with CLI
33
description: Learn how to manage custom Linux containers in Azure App Service from the command line. Automate app provisioning or maintenance.
44
keywords: azure app service, web app, cli, linux, oss
5-
author: ahmedelnably
5+
author: georgewallace
66

77
ms.topic: article
88
ms.date: 08/22/2017
9-
ms.author: aelnably
9+
ms.author: gwallace
1010
ms.custom: seodec18
1111

1212
---

articles/azure-databricks/databricks-extract-load-sql-data-warehouse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ In the cell, press **SHIFT + ENTER** to run the code.
221221
```
222222
You see an output similar to the following snippet:
223223

224-
```bash
224+
```output
225225
+---------------------+---------+---------+------+-------------+----------+---------+-------+--------------------+------+--------+-------------+---------+--------------------+------+-------------+------+
226226
| artist| auth|firstName|gender|itemInSession| lastName| length| level| location|method| page| registration|sessionId| song|status| ts|userId|
227227
+---------------------+---------+---------+------+-------------+----------+---------+-------+--------------------+------+--------+-------------+---------+--------------------+------+-------------+------+
@@ -247,7 +247,7 @@ The raw sample data **small_radio_json.json** file captures the audience for a r
247247

248248
You receive output as shown in the following snippet:
249249

250-
```bash
250+
```output
251251
+---------+----------+------+--------------------+-----+
252252
|firstname| lastname|gender| location|level|
253253
+---------+----------+------+--------------------+-----+
@@ -283,7 +283,7 @@ The raw sample data **small_radio_json.json** file captures the audience for a r
283283

284284
You receive output as shown in the following snippet.
285285

286-
```bash
286+
```output
287287
+---------+----------+------+--------------------+-----------------+
288288
|firstname| lastname|gender| location|subscription_type|
289289
+---------+----------+------+--------------------+-----------------+

articles/azure-government/documentation-government-k8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This article describes how to deploy a Kubernetes cluster to Azure Government us
4747

4848
Via Azure CLI:
4949

50-
```bash
50+
```azurecli
5151
az cloud set --n AzureUSGovernment
5252
az login
5353
az account list

articles/azure-monitor/app/opencensus-python.md

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,20 @@ Here are the exporters that OpenCensus provides mapped to the types of telemetry
129129
main()
130130
```
131131

132-
4. Now when you run the Python script, you should still be prompted to enter values, but only the value is being printed in the shell. The created `SpanData` will be sent to Azure Monitor. You can find the emitted span data under `dependencies`.
132+
4. Now when you run the Python script, you should still be prompted to enter values, but only the value is being printed in the shell. The created `SpanData` will be sent to Azure Monitor. You can find the emitted span data under `dependencies`. For more details on outgoing requests, see OpenCensus Python [dependencies](https://docs.microsoft.com/azure/azure-monitor/app/opencensus-python-dependency).
133+
For more details on incoming requests, see OpenCensus Python [requests](https://docs.microsoft.com/azure/azure-monitor/app/opencensus-python-request).
133134

134-
5. For information on sampling in OpenCensus, take a look at [sampling in OpenCensus](sampling.md#configuring-fixed-rate-sampling-for-opencensus-python-applications).
135+
#### Sampling
135136

136-
6. For details on telemetry correlation in your trace data, take a look at OpenCensus [telemetry correlation](https://docs.microsoft.com/azure/azure-monitor/app/correlation#telemetry-correlation-in-opencensus-python).
137+
For information on sampling in OpenCensus, take a look at [sampling in OpenCensus](sampling.md#configuring-fixed-rate-sampling-for-opencensus-python-applications).
138+
139+
#### Trace correlation
140+
141+
For details on telemetry correlation in your trace data, take a look at OpenCensus Python [telemetry correlation](https://docs.microsoft.com/azure/azure-monitor/app/correlation#telemetry-correlation-in-opencensus-python).
142+
143+
#### Modify telemetry
144+
145+
For details on how to modify tracked telemetry before it is sent to Azure Monitor, see OpenCensus Python [telemetry processors](https://docs.microsoft.com/azure/azure-monitor/app/api-filtering-sampling#opencensus-python-telemetry-processors).
137146

138147
### Metrics
139148

@@ -238,6 +247,32 @@ Here are the exporters that OpenCensus provides mapped to the types of telemetry
238247

239248
4. The exporter will send metric data to Azure Monitor at a fixed interval. The default is every 15 seconds. We're tracking a single metric, so this metric data, with whatever value and time stamp it contains, will be sent every interval. You can find the data under `customMetrics`.
240249

250+
#### Standard metrics
251+
252+
By default, the metrics exporter will send a set of standard metrics to Azure Monitor. You can disable this by setting the `enable_standard_metrics` flag to `False` in the constructor of the metrics exporter.
253+
254+
```python
255+
...
256+
exporter = metrics_exporter.new_metrics_exporter(
257+
enable_standard_metrics=False,
258+
connection_string='InstrumentationKey=<your-instrumentation-key-here>')
259+
...
260+
```
261+
Below is a list of standard metrics that are currently sent:
262+
263+
- Available Memory (bytes)
264+
- CPU Processor Time (percentage)
265+
- Incoming Request Rate (per second)
266+
- Incoming Request Average Execution Time (milliseconds)
267+
- Outgoing Request Rate (per second)
268+
- Process CPU Usage (percentage)
269+
- Process Private Bytes (bytes)
270+
271+
You should be able to see these metrics in `performanceCounters`. Incoming request rate would be under `customMetrics`.
272+
#### Modify telemetry
273+
274+
For details on how to modify tracked telemetry before it is sent to Azure Monitor, see OpenCensus Python [telemetry processors](https://docs.microsoft.com/azure/azure-monitor/app/api-filtering-sampling#opencensus-python-telemetry-processors).
275+
241276
### Logs
242277

243278
1. First, let's generate some local log data.
@@ -357,8 +392,17 @@ Here are the exporters that OpenCensus provides mapped to the types of telemetry
357392
except Exception:
358393
logger.exception('Captured an exception.', extra=properties)
359394
```
395+
#### Sampling
396+
397+
For information on sampling in OpenCensus, take a look at [sampling in OpenCensus](sampling.md#configuring-fixed-rate-sampling-for-opencensus-python-applications).
398+
399+
#### Log correlation
400+
401+
For details on how to enrich your logs with trace context data, see OpenCensus Python [logs integration](https://docs.microsoft.com/azure/azure-monitor/app/correlation#log-correlation).
402+
403+
#### Modify telemetry
360404

361-
7. For details on how to enrich your logs with trace context data, see OpenCensus Python [logs integration](https://docs.microsoft.com/azure/azure-monitor/app/correlation#log-correlation).
405+
For details on how to modify tracked telemetry before it is sent to Azure Monitor, see OpenCensus Python [telemetry processors](https://docs.microsoft.com/azure/azure-monitor/app/api-filtering-sampling#opencensus-python-telemetry-processors).
362406

363407
## View your data with queries
364408

articles/azure-monitor/insights/vminsights-enable-at-scale-powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To use the Azure CLI, you first need to install and use the CLI locally. You mus
9595

9696
The configuration change can take a few minutes to finish. When it's finished, a message displays that's similar to the following and includes the result:
9797

98-
```powershell
98+
```output
9999
provisioningState : Succeeded
100100
```
101101

@@ -109,7 +109,7 @@ To use the Azure CLI, you first need to install and use the CLI locally. You mus
109109

110110
The configuration change can take a few minutes to finish. When it's finished, a message is displayed that's similar to the following and includes the result:
111111

112-
```azurecli
112+
```output
113113
provisioningState : Succeeded
114114
```
115115

@@ -150,7 +150,7 @@ New-AzResourceGroupDeployment -Name OnboardCluster -ResourceGroupName <ResourceG
150150
```
151151
The configuration change can take a few minutes to finish. When it's finished, a message displays that's similar to the following and includes the result:
152152

153-
```powershell
153+
```output
154154
provisioningState : Succeeded
155155
```
156156

@@ -166,7 +166,7 @@ az group deployment create --resource-group <ResourceGroupName> --template-file
166166

167167
The output resembles the following:
168168

169-
```azurecli
169+
```output
170170
provisioningState : Succeeded
171171
```
172172

0 commit comments

Comments
 (0)