Skip to content

Conversation

@gzuber
Copy link
Member

@gzuber gzuber commented Apr 16, 2021

Description

Resolves #13070

There was an issue where during az functionapp deployment source config-zip, we were using the local machine's timezone but to create a SAS URI, but the method creating the uri expected UTC (or a timezone to be passed). This resulted in deployment failures for certain timezones because the SAS URI that was being generated was already expired.

Testing Guide

History Notes

[FunctionApp] Fixed issue with zip deploy where local time was provided but UTC was expected


This checklist is used to make sure that common guidelines for a pull request are followed.

@gzuber gzuber requested review from Juliehzl and qwordy as code owners April 16, 2021 02:12
@yungezz yungezz added the Functions az functionapp label Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Functions az functionapp

Projects

None yet

Development

Successfully merging this pull request may close these issues.

az functionapp deployment source config-zip requests/sets invalid SAS Uri in WEBSITE_RUN_FROM_PACKAGE

3 participants