Skip to content

Commit a6a10ae

Browse files
author
Simon Jakesch
committed
cleaning up the code download instructions for the buildpack flow
1 parent 2573fa2 commit a6a10ae

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

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

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ zone_pivot_groups: container-apps-code-to-cloud-segmemts
1919
This article demonstrates how to build and deploy a microservice to Azure Container Apps from local source code using the programming language of your choice. In this quickstart, you create a backend web API service that returns a static collection of music albums.
2020

2121
> [!NOTE]
22-
> This sample application is available in two versions. One version includes a container, where the source contains a Dockerfile. The other version has no Dockerfile. Select the version that best reflects your source code. If you are new to containers, select the **No Dockerfile** option at the top.
22+
> This sample application is available in two versions. One version where the source contains a Dockerfile. The other version has no Dockerfile. Select the version that best reflects your source code. If you are new to containers, select the **No Dockerfile** option at the top.
2323
2424
The following screenshot shows the output from the album API service you deploy.
2525

@@ -183,7 +183,7 @@ 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) on your machine.
186+
[Download the source code](https://codeload.github.com/azure-samples/containerapps-albumapi-csharp/zip/refs/heads/buildpack) to your machine.
187187

188188
Extract the download and change into the *containerapps-albumapi-csharp-buildpack/src* folder.
189189

@@ -192,22 +192,22 @@ Extract the download and change into the *containerapps-albumapi-csharp-buildpac
192192

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

195-
Extract the download and navigate into the `containerapps-albumapi-java-buildpack/src` directory and proceed to the next step.
195+
Extract the download and change into the *containerapps-albumapi-java-buildpack/src* folder.
196196

197197
> [!NOTE]
198-
> The Java sample only supports a Maven build, which results in an executable JAR file. The build uses the default settings, as passing in environment variables is not supported.
198+
> The Java Builpack currently supports the [Maven tool](https://maven.apache.org/what-is-maven.html) to build your application.
199199
200200

201201
# [JavaScript](#tab/javascript)
202202

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

205-
Extract the download and navigate into the `containerapps-albumapi-javascript-buildpack/src` directory and proceed to the next step.
205+
Extract the download and change into the *containerapps-albumapi-javascript-buildpack/src* folder.
206206

207207

208208
# [Python](#tab/python)
209209

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).
210+
[Download the source code](https://codeload.github.com/azure-samples/containerapps-albumapi-python/zip/refs/heads/buildpack) to your machine.
211211

212212
Extract the download and change into the *containerapps-albumapi-python-buildpack/src* folder.
213213

@@ -220,9 +220,6 @@ Azure Container Apps cloud build doesn't currently support Buildpacks for Go.
220220

221221
---
222222

223-
224-
225-
226223
## Build and deploy the container app
227224

228225
Build and deploy your first container app with the `containerapp up` command. This command will:
@@ -238,7 +235,7 @@ Build and deploy your first container app with the `containerapp up` command. Th
238235
::: zone pivot="without-dockerfile"
239236
- Create the resource group
240237
- Create a default registry as part of your environment
241-
- Detect the language and runtime of your application and build the image using the appropuiate Buildpack
238+
- Detect the language and runtime of your application and build the image using the appropriate Buildpack
242239
- Push the image into the Azure Container Apps default registry
243240
- Create the Container Apps environment with a Log Analytics workspace
244241
- Create and deploy the container app using the built container image

0 commit comments

Comments
 (0)