Skip to content

Commit 4dd3196

Browse files
Merge pull request #288308 from craigshoemaker/patch-17
[Container Apps] Update: Code to cloud options -> fix typo
2 parents 171ddb0 + 582948c commit 4dd3196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/code-to-cloud-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 01/26/2024
8+
ms.date: 10/14/2024
99
ms.author: cshoe
1010
---
1111

@@ -39,7 +39,7 @@ If your application currently doesn't use a container, consider using the Contai
3939

4040
## Code editor
4141

42-
If you spend most your time editing code and favor rapid iteration of your applications, then you might want to use [Visual Studio](https://visualstudio.microsoft.com/) or [Visual Studio Code](https://code.visualstudio.com/). These editors allow you to easily build Docker files a deploy your applications directly to Azure Container Apps.
42+
If you spend most your time editing code and favor rapid iteration of your applications, then you might want to use [Visual Studio](https://visualstudio.microsoft.com/) or [Visual Studio Code](https://code.visualstudio.com/). These editors allow you to easily build Docker files and deploy your applications directly to Azure Container Apps.
4343

4444
This approach allows you to experiment with configuration options made in the early stages of an application's life.
4545

0 commit comments

Comments
 (0)