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

Convert from a Windows web service to a Linux web service #1344

Open
sadukie opened this issue Dec 20, 2024 · 2 comments
Open

Convert from a Windows web service to a Linux web service #1344

sadukie opened this issue Dec 20, 2024 · 2 comments
Assignees

Comments

@sadukie
Copy link
Collaborator

sadukie commented Dec 20, 2024

This will involve creating a new app service since you can't easily change an app service from Linux to Windows.

  • The environment variables use : on Windows - those change to __ (double underscore or "dunder") on Linux.
  • Make sure to move the Custom domain over to the new app service.
@sadukie sadukie self-assigned this Dec 20, 2024
@sadukie
Copy link
Collaborator Author

sadukie commented Dec 20, 2024

  • Web App created with its own Linux app service plan (matches Windows in terms of pricing plan)
  • Copied configuration variables from Windows to Linux and updated names to match Linux formatting

@sadukie
Copy link
Collaborator Author

sadukie commented Dec 20, 2024

CI/CD is almost there. We need to update the AZUREWEBAPPPUBLISHPROFILE in the GitHub Actions secrets with the publish profile for the Linux app service.

@ardalis - I don't have access to secrets, so I can't update this one. However, you can grab it from the devbetter-linux web app through the Azure portal and update it from there.

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

No branches or pull requests

1 participant