Skip to content

Commit e42a405

Browse files
authored
Merge pull request #270646 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 6a34919 + 0c440a5 commit e42a405

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

articles/cloud-services-extended-support/deploy-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Deploy a Azure Cloud Service (extended support) - Azure portal
2+
title: Deploy Azure Cloud Services (extended support) - Azure portal
33
description: Deploy an Azure Cloud Service (extended support) using the Azure portal
44
ms.topic: tutorial
55
ms.service: cloud-services-extended-support
@@ -9,7 +9,7 @@ ms.reviewer: mimckitt
99
ms.date: 10/13/2020
1010
---
1111

12-
# Deploy a Azure Cloud Services (extended support) using the Azure portal
12+
# Deploy Azure Cloud Services (extended support) using the Azure portal
1313
This article explains how to use the Azure portal to create a Cloud Service (extended support) deployment.
1414

1515
## Before you begin

articles/container-apps/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ To begin working with Container Apps, select the description that best describes
3434

3535
| | Description | Resource |
3636
|---|---|---|
37-
| **I'm new to containers**| Start here if you have yet to build your first container, but are curious how containers can serve your development needs. | [Learn more about containers](start-containers.md) |
38-
| **I'm using serverless containers** | Container Apps provides automatic scaling, reduces operational complexity, and allows you to focus on your application rather than infrastructure.<br><br>Start here if you're interested in management, scalability, and pay-per-use features of cloud computing. | [Learn more about serverless containers](start-serverless-containers.md) |
37+
| **I'm new to containers**| Start here if you have yet to build your first container but are curious how containers can serve your development needs. | [Learn more about containers](start-containers.md) |
38+
| **I'm using serverless containers** | Container Apps provides automatic scaling, reduces operational complexity, and allows you to focus on your application rather than infrastructure.<br><br>Start here if you're interested in the management, scalability, and pay-per-use features of cloud computing. | [Learn more about serverless containers](start-serverless-containers.md) |
3939

4040
## Features
4141

@@ -69,7 +69,7 @@ With Azure Container Apps, you can:
6969

7070
- [**Monitor logs**](log-monitoring.md) using Azure Log Analytics.
7171

72-
- [**Generous quotas**](quotas.md) which can be overridden to increase limits on a per-account basis.
72+
- [**Generous quotas**](quotas.md), which can be overridden to increase limits on a per-account basis.
7373

7474
<sup>1</sup> Applications that [scale on CPU or memory load](scale-app.md) can't scale to zero.
7575

articles/iot-edge/how-to-store-data-blob.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,15 @@ sudo chmod -R 700 <blob-dir>
155155

156156
## Configure log files
157157

158-
For information on configuring log files for your module, see these [production best practices](./production-checklist.md#set-up-logs-and-diagnostics).
158+
The default output log level is 'Info'. To change the output log level, set the `LogLevel` environment variable for this module in the deployment manifest. `LogLevel` accepts the following values:
159+
160+
* Critical
161+
* Error
162+
* Warning
163+
* Info
164+
* Debug
159165

166+
For information on configuring log files for your module, see these [production best practices](./production-checklist.md#set-up-logs-and-diagnostics).
160167
## Connect to your blob storage module
161168

162169
You can use the account name and account key that you configured for your module to access the blob storage on your IoT Edge device.

0 commit comments

Comments
 (0)