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

Azure cs appservice blazor #1072

Closed

Conversation

martinkearn
Copy link

This pull request adds an example provisioning a .net 6 Blazor Server web application to an Azure App Service with C#.

The key combination things included here that I could not find in other examples are:

  • The example uses PaaS hosting from a ZIP file rather than a container.
  • Deploying an ASP.net application rather than just static wwwroot files. This has additional complexity around the need to run dotnet publish and using the correct path for the zip file
  • Adopting a more typical .net folder structure where the infrastructure code is in a separate folder to the application code.
  • The example focuses on the core technologies for the example and does not include optional things like App Insights or a Database

The PR includes a Blazor application which is based on the standard template so anything in the BlazorApp.BlazorServer folder is just standard boilerplate code.

@github-actions
Copy link

PR is now waiting for a maintainer to run the acceptance tests.

Note for the maintainer: To run the acceptance tests, please comment /run-example-tests on the PR

@stack72 stack72 requested a review from jkodroff September 27, 2021 13:22
@jkodroff
Copy link
Member

/run-example-tests

@github-actions
Copy link

Please view the results of the PR Build Here

@jkodroff jkodroff removed their request for review September 29, 2021 15:27
@mjeffryes
Copy link
Member

I'm sorry we let this sit so long, but I think the context has changed significantly and the code no longer merges so I'm going to close for now. Feel free to reopen with an updated change (we're now watching this repository for contributions more regularly)

@mjeffryes mjeffryes closed this Jan 24, 2025
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.

3 participants