Skip to content

Commit 2573fa2

Browse files
simonjjv-jaswelcraigshoemaker
authored
Apply suggestions from code review
Co-authored-by: Jason Wells <[email protected]> Co-authored-by: Craig Shoemaker <[email protected]>
1 parent 44a348d commit 2573fa2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: cshoe
1111

1212
# Select the right code-to-cloud path for Azure Container Apps
1313

14-
You have several options available as you develop and deploy your apps to Azure Container Apps. As you evaluate your goals and the needs of your team, consdier the following.
14+
You have several options available as you develop and deploy your apps to Azure Container Apps. As you evaluate your goals and the needs of your team, consider the following.
1515

1616
- Is your focus more on your application or your infrastructure or both?
1717
- Which stage are you in with your application, are you innovating rapidly or in a stable steady state?

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,14 @@ Extract the download and navigate into the *containerapps-albumapi-go-main/src*
183183

184184
# [C#](#tab/csharp)
185185

186-
[Download the source code](https://codeload.github.com/azure-samples/containerapps-albumapi-csharp/zip/refs/heads/buildpack) from the [azure-samples/containerapps-albumapi-csharp/tree/buildpack repo (buildpack branch)](https://github.com/azure-samples/containerapps-albumapi-csharp/tree/buildpack).
186+
[Download the source code](https://codeload.github.com/azure-samples/containerapps-albumapi-csharp/zip/refs/heads/buildpack) on your machine.
187187

188-
Extract the download and navigate into the `containerapps-albumapi-csharp-buildpack/src` directory and proceed to the next step.
188+
Extract the download and change into the *containerapps-albumapi-csharp-buildpack/src* folder.
189189

190190

191191
# [Java](#tab/java)
192192

193-
[Download the source code](https://codeload.github.com/azure-samples/containerapps-albumapi-java/zip/refs/heads/buildpack) from the [azure-samples/containerapps-albumapi-java/tree/buildpack repo (buildpack branch)](https://github.com/azure-samples/containerapps-albumapi-java/tree/buildpack).
193+
[Download the source code](https://codeload.github.com/azure-samples/containerapps-albumapi-java/zip/refs/heads/buildpack) to your machine.
194194

195195
Extract the download and navigate into the `containerapps-albumapi-java-buildpack/src` directory and proceed to the next step.
196196

@@ -209,7 +209,7 @@ Extract the download and navigate into the `containerapps-albumapi-javascript-bu
209209

210210
[Download the source code](https://codeload.github.com/azure-samples/containerapps-albumapi-python/zip/refs/heads/buildpack) from the [azure-samples/containerapps-albumapi-python/tree/buildpack repo (buildpack branch)](https://github.com/azure-samples/containerapps-albumapi-javascript/tree/buildpack).
211211

212-
Extract the download and navigate into the `containerapps-albumapi-python-buildpack/src` directory and proceed to the next step.
212+
Extract the download and change into the *containerapps-albumapi-python-buildpack/src* folder.
213213

214214

215215
# [Go](#tab/go)

0 commit comments

Comments
 (0)