Skip to content

fix: migrate to Flex Consumption plan with blobContributor role#11

Merged
OgeonX-Ai merged 1 commit into
mainfrom
fix/flex-consumption-blob-role
Jul 8, 2026
Merged

fix: migrate to Flex Consumption plan with blobContributor role#11
OgeonX-Ai merged 1 commit into
mainfrom
fix/flex-consumption-blob-role

Conversation

@OgeonX-Ai

Copy link
Copy Markdown
Contributor

Rescues a local-main commit (dc842e2, parallel Gemini session) stranded by branch protection: Flex Consumption migration + blobContributor role for secure deployment container access (aligns with GLOBAL_AGENTS Flex Consumption standard). Part of Phase 30 branch-hygiene cleanup.

🤖 Generated with Claude Code

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: dc842e28d6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +38 to +42
functionAppConfig: {
deployment: {
storage: {
type: 'blobContainer'
value: 'https://${storageAccountName}.blob.${environment().suffixes.storage}/app-package'

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Configure host storage for Flex apps

When this Flex Consumption template is deployed, the new functionAppConfig only defines the code package container; the app settings still never define the required AzureWebJobsStorage/AzureWebJobsStorage__* host-storage connection. Because the storage account disables shared-key access, the Functions host has neither a connection string nor an identity-based host storage configuration, so the deployed function app won't be able to start reliably or serve the ingress function after rollout. Add the host storage app setting(s) and the matching storage RBAC for that connection.

Useful? React with 👍 / 👎.

@OgeonX-Ai OgeonX-Ai enabled auto-merge (squash) July 8, 2026 17:03
@OgeonX-Ai OgeonX-Ai merged commit 2fff1e7 into main Jul 8, 2026
4 checks passed
@OgeonX-Ai OgeonX-Ai deleted the fix/flex-consumption-blob-role branch July 8, 2026 17:52
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.

2 participants