Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit a54ddc5

Browse files
committed
Fix casing of Dockerfile, formatting
1 parent 20035cc commit a54ddc5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
File renamed without changes.

containers/azure-functions-pwsh-6/.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "Azure Functions & pwsh (.NET Core 2.2)",
2+
"name": "Azure Functions & PowerShell 6",
33
"dockerFile": "Dockerfile",
4-
"appPort": 7071,
4+
"appPort": 7071,
5+
56
// Use 'settings' to set *default* container specific settings.json values on container create.
67
// You can edit these settings after create using File > Preferences > Settings > Remote.
78
"settings": {

containers/azure-functions-pwsh-6/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Azure Functions & Pwsh (.NET Core Latest)
1+
# Azure Functions & PowerShell 6
22

33
## Summary
44

5-
*Develop Azure Functions in PowerShell. Includes NET Core (Latest), the Azure Functions SDK, and related extensions and dependencies.*
5+
*Develop Azure Functions in PowerShell. Includes .NET Core 2.2, the Azure Functions SDK, and related extensions and dependencies.*
66

77
| Metadata | Value |
88
|----------|-------|

0 commit comments

Comments
 (0)