Skip to content

Commit 1c0cc23

Browse files
authored
Static Web Apps Deploy: Add missing quotes
1 parent da7c356 commit 1c0cc23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/static-web-apps/bitbucket.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Now that the repository is created, you can create a static web app from the Azu
209209
|--|--|--|--|
210210
| `app_location` | Location of your application code. | Enter `/` if your application source code is at the root of the repository, or `/app` if your application code is in a directory named `app`. | Yes |
211211
| `api_location` | Location of your Azure Functions code. | Enter `/api` if your api code is in a folder named `api`. If no Azure Functions app is detected in the folder, the build doesn't fail, the workflow assumes you don't want an API. | No |
212-
| `output_location` | Location of the build output directory relative to the `app_location`. | If your application source code is located at `/app`, and the build script outputs files to the `/app/build` folder, then set build as the `output_location` value. | No |
212+
| `output_location` | Location of the build output directory relative to the `app_location`. | If your application source code is located at `/app`, and the build script outputs files to the `/app/build` folder, then set `build` as the `output_location` value. | No |
213213

214214
Next, define value for the `API_TOKEN` variable.
215215

@@ -248,4 +248,4 @@ The process to delete the resource group may take a few minutes to complete.
248248
## Next steps
249249

250250
> [!div class="nextstepaction"]
251-
> [Add an API](add-api.md)
251+
> [Add an API](add-api.md)

0 commit comments

Comments
 (0)