Azure / Azure/static-web-apps

My self hosted (Linux, WSL2 on Windows 10) build fails with `An unknown exception has occurred` and no details.

Open
#566 1 comment 1 reaction 0 assignees View on GitHub
azure-devops
Dominant language
No language data
Stars
346
Forks
67
PR merge metrics
No merged PRs in 30d

Description

My self hosted (Linux, WSL2 on Windows 10) build fails with `An unknown exception has occurred` and no details.

**To Reproduce**
Steps to reproduce the behavior:
1. Create a Linux(WSL2) self hosted agent according to instructions. (https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2-windows?view=azure-devops)
2. Create a Azure Static Web App according to Microsoft offiicial guides (https://docs.microsoft.com/en-us/azure/static-web-apps/publish-devops)
3. Change the pipeline to use the self hosted agent
4. See error

```
2021-08-28T12:56:47.8802155Z ##[debug]Evaluating condition for step: 'AzureStaticWebApp'
2021-08-28T12:56:47.8810638Z ##[debug]Evaluating: SucceededNode()
2021-08-28T12:56:47.8811294Z ##[debug]Evaluating SucceededNode:
2021-08-28T12:56:47.8812416Z ##[debug]=> True
2021-08-28T12:56:47.8817667Z ##[debug]Result: True
2021-08-28T12:56:47.8823194Z ##[section]Starting: AzureStaticWebApp
2021-08-28T12:56:47.8886113Z ==============================================================================
2021-08-28T12:56:47.8886393Z Task : Deploy Azure Static Web App
2021-08-28T12:56:47.8886629Z Description : [PREVIEW] Build and deploy an Azure Static Web App
2021-08-28T12:56:47.8886839Z Version : 0.187.2
2021-08-28T12:56:47.8887015Z Author : Microsoft Corporation
2021-08-28T12:56:47.8887211Z Help : https://aka.ms/swadocs
2021-08-28T12:56:47.8887443Z ==============================================================================
2021-08-28T12:56:47.9103058Z ##[debug]Using node path: /mnt/c/agent-bfm-linux/externals/node/bin/node
2021-08-28T12:56:49.1128151Z ##[debug]agent.TempDirectory=/mnt/c/agent-bfm-linux/_work/_temp
2021-08-28T12:56:49.1168444Z ##[debug]loading inputs and endpoints
2021-08-28T12:56:49.1170299Z ##[debug]loading INPUT_CWD
2021-08-28T12:56:49.1217046Z ##[debug]loading INPUT_APP_LOCATION
2021-08-28T12:56:49.1237117Z ##[debug]loading INPUT_OUTPUT_LOCATION
2021-08-28T12:56:49.1251885Z ##[debug]loading INPUT_API_LOCATION
2021-08-28T12:56:49.1267284Z ##[debug]loading INPUT_AZURE_STATIC_WEB_APPS_API_TOKEN
2021-08-28T12:56:49.1282661Z ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
2021-08-28T12:56:49.1297325Z ##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
2021-08-28T12:56:49.1312693Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
2021-08-28T12:56:49.1335831Z ##[debug]loading SECRET_DEPLOYMENT_TOKEN
2021-08-28T12:56:49.1350165Z ##[debug]loading SECRET_SYSTEM_ACCESSTOKEN
2021-08-28T12:56:49.1365623Z ##[debug]loaded 10
2021-08-28T12:56:49.1383880Z ##[debug]Agent.ProxyUrl=undefined
2021-08-28T12:56:49.1385170Z ##[debug]Agent.CAInfo=undefined
2021-08-28T12:56:49.1386068Z ##[debug]Agent.ClientCert=undefined
2021-08-28T12:56:49.1386532Z ##[debug]Agent.SkipCertValidation=undefined
2021-08-28T12:56:49.1393707Z ##[debug]check path : /mnt/c/agent-bfm-linux/_work/_tasks/AzureStaticWebApp_18aad896-e191-4720-88d6-8ced4806941a/0.187.2/task.json
2021-08-28T12:56:49.1411610Z ##[debug]adding resource file: /mnt/c/agent-bfm-linux/_work/_tasks/AzureStaticWebApp_18aad896-e191-4720-88d6-8ced4806941a/0.187.2/task.json
2021-08-28T12:56:49.1412274Z ##[debug]system.culture=en-US
2021-08-28T12:56:49.1484628Z ##[debug]which 'bash'
2021-08-28T12:56:49.1488911Z ##[debug]found: '/usr/bin/bash'
2021-08-28T12:56:49.1490236Z ##[debug]which '/usr/bin/bash'
2021-08-28T12:56:49.1490763Z ##[debug]found: '/usr/bin/bash'
2021-08-28T12:56:49.1493710Z ##[debug]testing directory '/mnt/c/agent-bfm-linux/_work/_tasks/AzureStaticWebApp_18aad896-e191-4720-88d6-8ced4806941a/0.187.2'
2021-08-28T12:56:49.1543919Z ##[debug]/usr/bin/bash arg: /mnt/c/agent-bfm-linux/_work/_tasks/AzureStaticWebApp_18aad896-e191-4720-88d6-8ced4806941a/0.187.2/launch-docker.sh
2021-08-28T12:56:49.1545025Z ##[debug]args=undefined
2021-08-28T12:56:49.1564393Z ##[debug]cwd=/mnt/c/agent-bfm-linux/_work/1/s
2021-08-28T12:56:49.1581201Z ##[debug]app_location=/
2021-08-28T12:56:49.1581612Z ##[debug]app_build_command=undefined
2021-08-28T12:56:49.1596184Z ##[debug]output_location=dist
2021-08-28T12:56:49.1610592Z ##[debug]api_location=api
2021-08-28T12:56:49.1611005Z ##[debug]api_build_command=undefined
2021-08-28T12:56:49.1611399Z ##[debug]routes_location=undefined
2021-08-28T12:56:49.1611771Z ##[debug]skip_app_build=undefined
2021-08-28T12:56:49.1629760Z ##[debug]azure_static_web_apps_api_token=***
2021-08-28T12:56:49.1633449Z ##[debug]exec tool: /usr/bin/bash
2021-08-28T12:56:49.1634149Z ##[debug]arguments:
2021-08-28T12:56:49.1634959Z ##[debug] /mnt/c/agent-bfm-linux/_work/_tasks/AzureStaticWebApp_18aad896-e191-4720-88d6-8ced4806941a/0.187.2/launch-docker.sh
2021-08-28T12:56:49.1640896Z [command]/usr/bin/bash /mnt/c/agent-bfm-linux/_work/_tasks/AzureStaticWebApp_18aad896-e191-4720-88d6-8ced4806941a/0.187.2/launch-docker.sh
2021-08-28T12:56:51.1424955Z DeploymentId: 49b4d1d9-7f2d-431a-9904-b7fa5074ada3
2021-08-28T12:56:51.1425587Z 
2021-08-28T12:56:51.2383008Z App Directory Location: '/' was found.
2021-08-28T12:56:51.2391774Z [WARNING] Api Directory Location: 'api' could not be found. Azure Functions will not be created.
2021-08-28T12:56:53.0270015Z Starting to build app with Oryx
2021-08-28T12:56:53.0271297Z Azure Static Web Apps utilizes Oryx to build both static applications and Azure Functions. You can find more details on Oryx here: https://github.com/microsoft/Oryx
2021-08-28T12:56:53.0271864Z ---Oryx build logs---
2021-08-28T12:56:53.0272343Z 
2021-08-28T12:56:53.0272623Z 
2021-08-28T12:56:53.5702832Z Operation performed by Microsoft Oryx, https://github.com/Microsoft/Oryx
2021-08-28T12:56:53.5703666Z You can report issues at https://github.com/Microsoft/Oryx/issues
2021-08-28T12:56:53.5704261Z 
2021-08-28T12:56:53.5704942Z Oryx Version: 0.2.20210410.1, Commit: e73613ae1fd73c809c00f357f8df91eb984e1158, ReleaseTagName: 20210410.1
2021-08-28T12:56:53.5709298Z 
2021-08-28T12:56:53.5709835Z Build Operation ID: |x1uput1j5xg=.b442c047_
2021-08-28T12:56:53.5710462Z Repository Commit : 8b35847d37a19aac9e314f5ea5ce9253d88f2fe2
2021-08-28T12:56:53.5711391Z 
2021-08-28T12:56:53.5861856Z Detecting platforms...
2021-08-28T12:56:55.4604095Z Detected following platforms:
2021-08-28T12:56:55.4605475Z  nodejs: 14.17.4
2021-08-28T12:56:55.4656434Z Version '14.17.4' of platform 'nodejs' is not installed. Generating script to install it...
2021-08-28T12:56:55.6222110Z 
2021-08-28T12:56:55.6287657Z 
2021-08-28T12:56:55.6293451Z Source directory : /working_dir
2021-08-28T12:56:55.6294321Z Destination directory: /ss-oryx/app
2021-08-28T12:56:55.6295751Z 
2021-08-28T12:56:55.6296901Z 
2021-08-28T12:56:55.6297725Z Downloading and extracting 'nodejs' version '14.17.4' to '/tmp/oryx/platforms/nodejs/14.17.4'...
2021-08-28T12:56:57.7511226Z Downloaded in 2 sec(s).
2021-08-28T12:56:57.7511961Z Verifying checksum...
2021-08-28T12:56:57.8556818Z Extracting contents...
2021-08-28T12:56:58.7084795Z Done in 3 sec(s).
2021-08-28T12:56:58.7085477Z 
2021-08-28T12:56:58.7491383Z 
2021-08-28T12:56:58.7492087Z Using Node version:
2021-08-28T12:56:58.7515257Z v14.17.4
2021-08-28T12:56:58.7519333Z 
2021-08-28T12:56:58.7520322Z Using Npm version:
2021-08-28T12:56:58.8781486Z 6.14.14
2021-08-28T12:56:58.8835929Z 
2021-08-28T12:56:58.8837994Z Running 'npm install --unsafe-perm'...
2021-08-28T12:56:58.8838760Z 
2021-08-28T12:56:59.3096343Z npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
2021-08-28T12:59:42.0036416Z 
2021-08-28T12:59:42.0043701Z > yorkie@2.0.0 install /working_dir/node_modules/yorkie
2021-08-28T12:59:42.0046662Z > node bin/install.js
2021-08-28T12:59:42.0047948Z 
2021-08-28T12:59:42.1584889Z setting up Git hooks
2021-08-28T12:59:42.4329468Z done
2021-08-28T12:59:42.4330357Z 
2021-08-28T12:59:42.4963735Z 
2021-08-28T12:59:42.4964569Z > @fortawesome/fontawesome-common-types@0.2.36 postinstall /working_dir/node_modules/@fortawesome/fontawesome-common-types
2021-08-28T12:59:42.4965902Z > node attribution.js
2021-08-28T12:59:42.4966894Z 
2021-08-28T12:59:42.5541573Z Font Awesome Free 0.2.36 by @fontawesome - https://fontawesome.com
2021-08-28T12:59:42.5542778Z License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
2021-08-28T12:59:42.5548302Z 
2021-08-28T12:59:42.6130533Z 
2021-08-28T12:59:42.6131224Z > core-js@3.16.3 postinstall /working_dir/node_modules/core-js
2021-08-28T12:59:42.6132422Z > node -e "try{require('./postinstall')}catch(e){}"
2021-08-28T12:59:42.6133439Z 
2021-08-28T12:59:42.6743384Z Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
2021-08-28T12:59:42.6744180Z 
2021-08-28T12:59:42.6744716Z The project needs your help! Please consider supporting of core-js:
2021-08-28T12:59:42.6747622Z > https://opencollective.com/core-js 
2021-08-28T12:59:42.6749135Z > https://patreon.com/zloirock 
2021-08-28T12:59:42.6750086Z > https://paypal.me/zloirock 
2021-08-28T12:59:42.6750888Z > bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz 
2021-08-28T12:59:42.6751373Z 
2021-08-28T12:59:42.6751985Z Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
2021-08-28T12:59:42.6757855Z 
2021-08-28T12:59:42.6913262Z 
2021-08-28T12:59:42.6914512Z > ejs@2.7.4 postinstall /working_dir/node_modules/ejs
2021-08-28T12:59:42.6915666Z > node ./postinstall.js
2021-08-28T12:59:42.6916123Z 
2021-08-28T12:59:42.7464997Z Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
2021-08-28T12:59:42.7465747Z 
2021-08-28T12:59:42.9309311Z 
2021-08-28T12:59:42.9310111Z > @fortawesome/fontawesome-svg-core@1.2.36 postinstall /working_dir/node_modules/@fortawesome/fontawesome-svg-core
2021-08-28T12:59:42.9311194Z > node attribution.js
2021-08-28T12:59:42.9312082Z 
2021-08-28T12:59:42.9873922Z Font Awesome Free 1.2.36 by @fontawesome - https://fontawesome.com
2021-08-28T12:59:42.9875304Z License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
2021-08-28T12:59:42.9876195Z 
2021-08-28T12:59:42.9952676Z 
2021-08-28T12:59:42.9953479Z > @fortawesome/free-solid-svg-icons@5.15.4 postinstall /working_dir/node_modules/@fortawesome/free-solid-svg-icons
2021-08-28T12:59:42.9954549Z > node attribution.js
2021-08-28T12:59:42.9955668Z 
2021-08-28T12:59:43.0500347Z Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
2021-08-28T12:59:43.0501355Z License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
2021-08-28T12:59:43.0501839Z 
2021-08-28T12:59:44.3668003Z npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-dev-server/node_modules/fsevents):
2021-08-28T12:59:44.3669238Z npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
2021-08-28T12:59:44.3743381Z npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents):
2021-08-28T12:59:44.3744478Z npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
2021-08-28T12:59:44.3853487Z npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
2021-08-28T12:59:44.3855918Z npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
2021-08-28T12:59:44.3857174Z 
2021-08-28T12:59:44.3926232Z added 1461 packages from 726 contributors and audited 1467 packages in 165.145s
2021-08-28T12:59:45.1198247Z 
2021-08-28T12:59:45.1199162Z 104 packages are looking for funding
2021-08-28T12:59:45.1199968Z  run `npm fund` for details
2021-08-28T12:59:45.1200604Z 
2021-08-28T12:59:45.1201038Z found 9 moderate severity vulnerabilities
2021-08-28T12:59:45.1201601Z  run `npm audit fix` to fix them, or `npm audit` for details
2021-08-28T12:59:45.1450099Z 
2021-08-28T12:59:45.1450716Z Running 'npm run build'...
2021-08-28T12:59:45.1451416Z 
2021-08-28T12:59:45.3579441Z 
2021-08-28T12:59:45.3580247Z > llamapoints-website@0.1.0 build /working_dir
2021-08-28T12:59:45.3580784Z > vue-cli-service build
2021-08-28T12:59:45.3581116Z 
2021-08-28T12:59:56.5883987Z 
2021-08-28T12:59:56.5890326Z - Building for production...
2021-08-28T13:01:56.0396275Z  WARNING Compiled with 4 warnings1:01:56 PM
2021-08-28T13:01:56.0399964Z 
2021-08-28T13:01:56.0404352Z Module Warning (from ./node_modules/eslint-loader/index.js):
2021-08-28T13:01:56.0405857Z 
2021-08-28T13:01:56.0407114Z /working_dir/src/components/Menu.vue
2021-08-28T13:01:56.0408723Z  107:7 warning Unexpected console statement no-console
2021-08-28T13:01:56.0414043Z 
2021-08-28T13:01:56.0417123Z ✖ 1 problem (0 errors, 1 warning)
2021-08-28T13:01:56.0418352Z 
2021-08-28T13:01:56.0419408Z 
2021-08-28T13:01:56.0420723Z You may use special comments to disable some warnings.
2021-08-28T13:01:56.0422980Z Use // eslint-disable-next-line to ignore the next line.
2021-08-28T13:01:56.0424419Z Use /* eslint-disable */ to ignore all warnings in a file.
2021-08-28T13:01:56.0425662Z  warning 
2021-08-28T13:01:56.0426553Z 
2021-08-28T13:01:56.0428006Z asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
2021-08-28T13:01:56.0429732Z This can impact web performance.
2021-08-28T13:01:56.0431367Z Assets: 
2021-08-28T13:01:56.0432416Z  css/app.0fc609c7.css (349 KiB)
2021-08-28T13:01:56.0433502Z  js/chunk-vendors.c7903fe8.js (268 KiB)
2021-08-28T13:01:56.0434431Z  images/contact/contact-bg-1.png (449 KiB)
2021-08-28T13:01:56.0435102Z  images/l1/content-img1.svg (394 KiB)
2021-08-28T13:01:56.0435673Z  images/l8/video-bg.png (332 KiB)
2021-08-28T13:01:56.0436213Z  images/l8/hero-bg.png (485 KiB)
2021-08-28T13:01:56.0436805Z  images/blog/blog-details-banner.png (693 KiB)
2021-08-28T13:01:56.0437401Z  images/portfolio/portfolio-bg-4.png (794 KiB)
2021-08-28T13:01:56.0437996Z  images/contact/contact-bg-2.png (1.27 MiB)
2021-08-28T13:01:56.0438459Z 
2021-08-28T13:01:56.0438870Z  warning 
2021-08-28T13:01:56.0439286Z 
2021-08-28T13:01:56.0440186Z entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
2021-08-28T13:01:56.0440927Z Entrypoints:
2021-08-28T13:01:56.0442043Z  app (810 KiB)
2021-08-28T13:01:56.0442626Z  css/chunk-vendors.63c5e34a.css
2021-08-28T13:01:56.0443197Z  js/chunk-vendors.c7903fe8.js
2021-08-28T13:01:56.0443766Z  css/app.0fc609c7.css
2021-08-28T13:01:56.0444288Z  js/app.b16b2f37.js
2021-08-28T13:01:56.0444735Z 
2021-08-28T13:01:56.0445160Z 
2021-08-28T13:01:56.0445590Z  warning 
2021-08-28T13:01:56.0446020Z 
2021-08-28T13:01:56.0446550Z webpack performance recommendations: 
2021-08-28T13:01:56.0447391Z You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
2021-08-28T13:01:56.0448212Z For more info visit https://webpack.js.org/guides/code-splitting/
2021-08-28T13:01:56.0448747Z 
2021-08-28T13:01:56.2611812Z  File Size Gzipped
2021-08-28T13:01:56.2616587Z 
2021-08-28T13:01:56.2617805Z  dist/js/chunk-vendors.c7903fe8.js 268.31 KiB 82.50 KiB
2021-08-28T13:01:56.2618831Z  dist/js/app.b16b2f37.js 33.94 KiB 10.61 KiB
2021-08-28T13:01:56.2619523Z  dist/css/app.0fc609c7.css 348.59 KiB 43.86 KiB
2021-08-28T13:01:56.2620107Z  dist/css/chunk-vendors.63c5e34a.css 158.70 KiB 23.28 KiB
2021-08-28T13:01:56.2620539Z 
2021-08-28T13:01:56.2620964Z  Images and other types of assets omitted.
2021-08-28T13:01:56.2621358Z 
2021-08-28T13:01:56.2621829Z  DONE Build complete. The dist directory is ready to be deployed.
2021-08-28T13:01:56.2622729Z  INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
2021-08-28T13:01:56.2623585Z  
2021-08-28T13:01:56.9608095Z Preparing output...
2021-08-28T13:01:56.9608671Z 
2021-08-28T13:01:56.9609151Z Copying files to destination directory '/ss-oryx/app'...
2021-08-28T13:04:09.2786118Z Done in 133 sec(s).
2021-08-28T13:04:09.2798624Z 
2021-08-28T13:04:09.2802103Z Removing existing manifest file
2021-08-28T13:04:09.2808361Z Creating a manifest file...
2021-08-28T13:04:09.2811886Z Manifest file created.
2021-08-28T13:04:09.2812314Z 
2021-08-28T13:04:09.2812701Z Done in 434 sec(s).
2021-08-28T13:04:10.5477502Z 
2021-08-28T13:04:10.5478464Z 
2021-08-28T13:04:10.5479527Z ---End of Oryx build logs---
2021-08-28T13:04:10.5480282Z Finished building app with Oryx
2021-08-28T13:04:20.1612365Z Using 'staticwebapp.config.json' file for configuration information, 'routes.json' will be ignored.
2021-08-28T13:04:20.1891129Z Zipping App Artifacts
2021-08-28T13:04:20.5049176Z Done Zipping App Artifacts
2021-08-28T13:04:20.5054054Z Either no Api directory was specified, or the specified directory was not found. Azure Functions will not be created.
2021-08-28T13:04:21.2655523Z Uploading build artifacts.
2021-08-28T13:04:21.2669823Z An unknown exception has occurred
2021-08-28T13:04:21.2966083Z 
2021-08-28T13:04:21.2967004Z For further information, please visit the Azure Static Web Apps documentation at https://docs.microsoft.com/en-us/azure/static-web-apps/
2021-08-28T13:04:21.2968314Z If you believe this behavior is unexpected, please raise a GitHub issue at https://github.com/azure/static-web-apps/issues/
2021-08-28T13:04:21.2968856Z Exiting
2021-08-28T13:04:21.8161758Z
2021-08-28T13:04:21.8170082Z ##[debug]Exit code 1 received from tool '/usr/bin/bash'
2021-08-28T13:04:21.8175344Z ##[debug]STDIO streams have closed for tool '/usr/bin/bash'
2021-08-28T13:04:21.8442091Z ##[debug]task result: Failed
2021-08-28T13:04:21.8452372Z ##[debug]Processed: ##vso[task.complete result=Failed;]
2021-08-28T13:04:21.8539834Z ##[section]Finishing: AzureStaticWebApp
```

**Expected behavior**
If an Exception is occuring, please provide some relevant information on what happened. Even with diagnostics/debug enabled on the pipeline all I get is "An unknown exception has occurred" without any additional information.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Device info (if applicable):**
- OS: Windows 10 latest as of to date, all updateds as of to date.
- Agent, latest just downloaded , v2.190.0

**Additional context**
Pipeline:
``` yaml
trigger:
- main

pool: IntelNUCLinuxPool

steps:
- checkout: self
submodules: true
- task: AzureStaticWebApp@0
inputs:
app_location: '/'
api_location: 'api'
output_location: 'dist'
azure_static_web_apps_api_token: $(deployment_token)

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.