Skip to content

Use the Azure runtime function inventory - #26

Merged
jeremydixon22 merged 2 commits into
mainfrom
fix/azure-runtime-function-inventory
Aug 11, 2026
Merged

Use the Azure runtime function inventory#26
jeremydixon22 merged 2 commits into
mainfrom
fix/azure-runtime-function-inventory

Conversation

@jeremydixon22

Copy link
Copy Markdown
Member

Summary

  • derive the expected Azure Function inventory from the packaged functions.metadata
  • verify the exact deployed inventory through the authenticated runtime API instead of the eventually consistent ARM listing
  • retry key availability during host startup and keep the master key isolated to the runtime administration request
  • suppress verbose provider deployment diagnostics while retaining bounded retry and redacted stage evidence
  • preserve deterministic success, empty-inventory, partial-inventory, cleanup, and secret-redaction tests

Why

Flex Consumption can briefly expose a partial management-plane function list while the host is indexing. The runtime inventory is the authoritative statement of what the deployed host can execute.

Verification

  • deterministic Azure live-script harness
  • Azure Durable package-family coherence check
  • real local Functions host startup with seven functions
  • complete disposable managed-Azure qualification: exact seven-function inventory, endpoint readiness, ordinary execution, external-event wait, durable timer, live state assertions, and full resource cleanup
  • pre-merge release boundary and release-mode public export/history/ownership/credential/secret checks

@jeremydixon22
jeremydixon22 merged commit 4167fc8 into main Aug 11, 2026
13 checks passed
@jeremydixon22
jeremydixon22 deleted the fix/azure-runtime-function-inventory branch August 11, 2026 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant