Skip to content

Commit 187fba9

Browse files
committed
Minor edits
1 parent d143f6b commit 187fba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-functions/how-to-create-function-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create a function in Azure using the Azure CLI"
33
description: "Learn how to create an Azure Functions code project from the command line using the Azure CLI, then publish the local project to serverless hosting in Azure Functions."
4-
ms.date: 07/08/2025
4+
ms.date: 07/07/2025
55
ms.topic: quickstart
66
ms.custom: devx-track-csharp, devx-track-azurecli, devx-track-azurepowershell, mode-other, devx-track-dotnet
77
zone_pivot_groups: programming-languages-set-functions

includes/functions-create-azure-resources-flex-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use the Azure CLI commands in these steps to create the required resources.
2626
az login
2727
```
2828
29-
The [`az login`](/cli/azure/reference-index#az-login) command signs you into your Azure account.
29+
The [`az login`](/cli/azure/reference-index#az-login) command signs you into your Azure account. Skip this step when running in Azure Cloud Shell.
3030
<!---
3131
### [Azure PowerShell](#tab/azure-powershell)
3232
```azurepowershell

0 commit comments

Comments
 (0)