I would like a way to be able to publish a static web app from my file system, not using GitHub (or DevOps).
Agreed. If Azure CLI supports this platform, it could be used for local system and 3rd party pipelines (Bitbucket, etc).
We're looking at adding deploying a zip from via the Azure CLI. This will initially take a URL to a zip file. It means you'll have to zip up the contents and make it available on a publicly accessible location. This could be a SAS URI to a zip file in Azure Blob Storage. The file can be deleted after deployment.
Do you have any rough timeframe for when this might be available for testing?
We're looking at adding deploying a zip from via the Azure CLI. This will initially take a URL to a zip file. It means you'll have to zip up the contents and make it available on a publicly accessible location. This could be a SAS URI to a zip file in Azure Blob Storage. The file can be deleted after deployment.
Could you explain the reason for this approach over something like pointing at a local zip file? Or even the build output directory and perform the archiving for us as is the case with ZipDeploy?
That comment was based on how the deployment api works. We鈥檙e also looking at other options right now to see how to best support local deployment.
Most helpful comment
Agreed. If Azure CLI supports this platform, it could be used for local system and 3rd party pipelines (Bitbucket, etc).