Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Orleans App Service sample to work on App Service Linux #10

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

ReubenBond
Copy link
Contributor

Purpose

This PR updates the sample to .NET 8.0, Orleans v8.2.0, and updates other packages. It changes configuration so that the sample can be deployed to App Service Linux.

In deploying to App Service Linux, there are some requirements:

  • Enable VNet integration
  • Set VNetPrivatePortsCount to 2 or greater:
az webapp config set -g <resource-group-name> --subscription <subscription-id> -n <app-service-app-name> --generic-configurations '{\"vnetPrivatePortsCount\": "4"}'

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[ ] Feature
[x] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x] Other... Please describe: update to new packages, implement App Service Linux support

@IEvangelist IEvangelist merged commit 59c19c3 into Azure-Samples:main Oct 2, 2024
@ReubenBond ReubenBond deleted the rebond/update-app-svcs branch October 3, 2024 00:02
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