Test Renovate batch and remove Docker as a dependency#100
Merged
Conversation
…ners to 2025-08-01
…geaccounts-20250801.x' into md/renovate-batch
…geaccounts-blobservices-20250801.x' into md/renovate-batch
…geaccounts-blobservices-containers-20250801.x' into md/renovate-batch
…to md/renovate-batch
azure-functions v2 (merged from renovate/azure-functions-2.x) requires Python >=3.13. Bump the Flex Consumption runtime to 3.13 (rg_funcapp.bicep), the project floor to >=3.13, ruff target to py313, and the CI matrix to 3.13, and relock. The 3.11 core-tools image still deploys the 3.13 app: with --build remote the build runs on Azure at the target runtime, so the image's local Python is irrelevant (no 3.12/3.13 core-tools image is published). Verified end-to-end: no-shared-keys + signing deploy succeeds, app runs 3.13, KV reference resolves.
maxdymond
force-pushed
the
md/renovate-batch
branch
from
July 22, 2026 13:50
acec0de to
acec0de
Compare
The FuncAppBundle path (used when shared-key access is disabled) previously ran 'func azure functionapp publish' inside the core-tools Docker image. Both 'az functionapp deployment source config-zip' and 'az functionapp deploy' route through SCM basic auth, which is disabled on these apps (HTTP 403), which is why Docker + func was used. Instead, POST the zip straight to the One Deploy endpoint (/api/publish) with an AAD bearer token via urllib, then poll /api/deployments/latest. This needs only the Azure CLI (for the token) plus the standard library -- no Docker and no Azure Functions Core Tools, so an ordinary user can run it. Share the zip-building between FuncAppZip and FuncAppBundle via build_function_zip(). Update README to drop the Docker requirement. Verified end-to-end: fresh no-shared-keys + signing deploy succeeds, app runs 3.13, and the GPG Key Vault reference resolves.
maxdymond
force-pushed
the
md/renovate-batch
branch
from
July 22, 2026 13:52
acec0de to
acec0de
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.