Skip to content

Commit 555d812

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-landing-avere-vfxt
2 parents fa9c93f + 4395009 commit 555d812

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For more information on App Service on Linux, see:
8888
* [Set up staging environments in App Service](../../app-service/deploy-staging-slots.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json)
8989
* [Docker Hub continuous deployment](app-service-linux-ci-cd.md)
9090

91-
You can post questions and concerns on [our forum](https://social.msdn.microsoft.com/forums/azure/home?forum=windowsazurewebsitespreview).
91+
You can post questions and concerns on [our forum](https://docs.microsoft.com/answers/topics/azure-webapps.html).
9292

9393
<!--Image references-->
9494
[1]: ./media/app-service-linux-intro/kudu-docker-logs.png

articles/app-service/containers/app-service-linux-ssh-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Load average: 0.07 0.04 0.08 4/765 45738
109109

110110
## Next steps
111111

112-
You can post questions and concerns on the [Azure forum](https://social.msdn.microsoft.com/forums/azure/home?forum=windowsazurewebsitespreview).
112+
You can post questions and concerns on the [Azure forum](https://docs.microsoft.com/answers/topics/azure-webapps.html).
113113

114114
For more information on Web App for Containers, see:
115115

articles/azure-functions/functions-reference-node.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ The `context.res` (response) object has the following properties:
359359
| _headers_ | An object that contains the response headers. |
360360
| _isRaw_ | Indicates that formatting is skipped for the response. |
361361
| _status_ | The HTTP status code of the response. |
362+
| _cookies_ | An array of HTTP cookie objects that are set in the response. An HTTP cookie object has a `name`, `value`, and other cookie properties, such as `maxAge` or `sameSite`. |
362363

363364
### Accessing the request and response
364365

articles/azure-portal/supportability/how-to-create-azure-support-request.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ ms.topic: article
1010
ms.date: 01/23/2020
1111
ms.author: kfollis
1212
---
13+
1314
# How to create an Azure support request
1415

1516
## Overview
1617

17-
Azure customers can create and manage support requests in the [Azure portal](https://portal.azure.com).
18+
Azure enables you to create and manage support requests, also known as support tickets. You can create and manage requests in the [Azure portal](https://portal.azure.com), which is covered in this article. You can also create and manage requests programmatically, using the [Azure support ticket REST API](/rest/api/support).
1819

1920
> [!NOTE]
2021
> The Azure portal URL is specific to the Azure cloud where your organization is deployed.

articles/connectors/connectors-sftp-ssh.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ For differences between the SFTP-SSH connector and the SFTP connector, review th
5252
| **Update file** | No | Not applicable |
5353
||||
5454

55-
> [!NOTE]
56-
> To upload large files, you need both read and write permissions for the root folder on your SFTP server.
57-
5855
* SFTP-SSH triggers don't support message chunking. When requesting file content, triggers select only files that are 15 MB or smaller. To get files larger than 15 MB, follow this pattern instead:
5956

6057
1. Use an SFTP-SSH trigger that returns only file properties, such as **When a file is added or modified (properties only)**.
@@ -230,4 +227,4 @@ For more technical details about this connector, such as triggers, actions, and
230227
231228
## Next steps
232229

233-
* Learn about other [Logic Apps connectors](../connectors/apis-list.md)
230+
* Learn about other [Logic Apps connectors](../connectors/apis-list.md)

articles/cosmos-db/create-website.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: Learn how to deploy an Azure Cosmos DB account, Azure App Service W
44
author: SnehaGunda
55
ms.service: cosmos-db
66
ms.topic: conceptual
7-
ms.date: 05/28/2019
7+
ms.date: 03/11/2019
88
ms.author: sngun
99

1010
---
1111
# Deploy Azure Cosmos DB and Azure App Service Web Apps using an Azure Resource Manager Template
12-
This tutorial shows you how to use an Azure Resource Manager template to deploy and integrate [Microsoft Azure Cosmos DB](https://azure.microsoft.com/services/cosmos-db/), an [Azure App Service](https://go.microsoft.com/fwlink/?LinkId=529714) web app, and a sample web application.
12+
This tutorial shows you how to use an Azure Resource Manager template to deploy and integrate [Microsoft Azure Cosmos DB](https://azure.microsoft.com/services/cosmos-db/), [Azure App Service](https://go.microsoft.com/fwlink/?LinkId=529714) web app, and a sample web application.
1313

1414
Using Azure Resource Manager templates, you can easily automate the deployment and configuration of your Azure resources. This tutorial shows how to deploy a web application and automatically configure Azure Cosmos DB account connection information.
1515

0 commit comments

Comments
 (0)