Intermittent 'Failed to upload build artifacts' errors from Azure Dev Ops Deployment Task
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Frequent Static Web Pages Deployment failures from Azure Dev Ops Pipeline.
Using continuous integration on commits to a target branch to trigger this workflow.
The website content is generated via a custom static page generation tool, so doesn't use a Static Generation Framework.
**To Reproduce**
Create a Azure Dev Ops pipeline to deploy to static web apps (We are deploying every 15minutes)
Observe intermittent pipeline failures


Pipeline yaml is about as simple as it gets
```
trigger:
- ms-tanks-static-pages-deploy
jobs:
- job: Linux
pool:
vmImage: 'ubuntu-20.04'
steps:
- checkout: self
submodules: true
- task: AzureStaticWebApp@0
inputs:
app_location: ''
api_location: ''
output_location: ''
env:
azure_static_web_apps_api_token: $(tanks_deployment_token)
```
**Expected behavior**
Deployment failures should be very rare .
**Additional context**
Deployment from Azure Dev Ops Pipeline
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.