Skip to content

fix(Upwind): fix Function App deployment and repackage v3.0.2#14158

Merged
sreedharande merged 5 commits intoAzure:masterfrom
yael-nisanov:fix-deployment-issue
May 1, 2026
Merged

fix(Upwind): fix Function App deployment and repackage v3.0.2#14158
sreedharande merged 5 commits intoAzure:masterfrom
yael-nisanov:fix-deployment-issue

Conversation

@yael-nisanov
Copy link
Copy Markdown
Contributor

Summary

  • Applied deployment fixes from @robertmoriarty12's upwind-fix-zipdeploy branch:
    • Restructured UpwindLogsLoader.zip to flat layout (removed deployment/ prefix and pre-compiled macOS packages)
    • Removed separate Microsoft.Web/serverfarms App Service Plan from ARM template; added alwaysOn and reserved properties to Function App
  • Restored official aka.ms short links in place of fork URLs (4 locations across 3 files)
  • Bumped solution version to 3.0.2 and repackaged via createSolutionV3.ps1

Test plan

  • Deploy the Function App using the "Deploy to Azure" button and verify the function code deploys correctly
  • Confirm the connector fetches records into Sentinel
  • Verify aka.ms/sentinel-Upwind-functionapp resolves to the updated UpwindLogsLoader.zip
  • Verify aka.ms/sentinel-Upwind-azuredeploy resolves to the ARM template

🤖 Generated with Claude Code

rmoriartyMicrosoft and others added 4 commits April 28, 2026 17:33
…fork URLs

- Rebuild UpwindLogsLoader.zip with files at root (no deployment/ prefix)
- Remove macOS-compiled .python_packages; rely on Oryx pip install at deploy time
- Update packageUri default to raw GitHub fork URL
- Update Deploy to Azure button link to raw fork ARM template URL
Remove explicit Microsoft.Web/serverfarms (Y1/Dynamic/linux) resource to
avoid SubscriptionIsOverQuotaForSku failures in high-demand regions.
Azure now assigns Consumption infrastructure implicitly.

- Remove Microsoft.Web/serverfarms resource block
- Remove serverFarmId from Microsoft.Web/sites dependsOn and properties
- Add alwaysOn: true and reserved: true to sites properties
- packageUri already points to correct branch (upwind-fix-zipdeploy)
Apply Robert's deployment fixes (flat zip layout, remove separate App Service
Plan) and replace fork URLs with official aka.ms short links.
Repackage solution as v3.0.2.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@yael-nisanov yael-nisanov requested review from a team as code owners April 28, 2026 15:09
@v-maheshbh v-maheshbh added the Solution Solution specialty review needed label Apr 29, 2026
@v-shukore
Copy link
Copy Markdown
Contributor

Hi @yael-nisanov, don't modify existing zip 3.0.1 uncommit that change and keep only latest zip which created with version 3.0.2. Thanks!

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@sreedharande sreedharande merged commit 1ac1795 into Azure:master May 1, 2026
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Solution Solution specialty review needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants