You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/code-to-cloud-options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.author: cshoe
11
11
12
12
# Select the right code-to-cloud path for Azure Container Apps
13
13
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.
15
15
16
16
- Is your focus more on your application or your infrastructure or both?
17
17
- Which stage are you in with your application, are you innovating rapidly or in a stable steady state?
Copy file name to clipboardExpand all lines: articles/container-apps/quickstart-code-to-cloud.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,14 +183,14 @@ Extract the download and navigate into the *containerapps-albumapi-go-main/src*
183
183
184
184
# [C#](#tab/csharp)
185
185
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.
187
187
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.
189
189
190
190
191
191
# [Java](#tab/java)
192
192
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.
194
194
195
195
Extract the download and navigate into the `containerapps-albumapi-java-buildpack/src` directory and proceed to the next step.
196
196
@@ -209,7 +209,7 @@ Extract the download and navigate into the `containerapps-albumapi-javascript-bu
209
209
210
210
[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).
211
211
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.
0 commit comments