Update packages and add a new deployment option using App Service - #607
Open
Frank Boucher (fboucher) wants to merge 22 commits into
Open
Update packages and add a new deployment option using App Service#607Frank Boucher (fboucher) wants to merge 22 commits into
Frank Boucher (fboucher) wants to merge 22 commits into
Conversation
…p and API Deploy dedicated storage for the Function App's `AzureWebJobsStorage` and a separate URL data store. Enable secure, identity-based access for both Function and API apps by configuring managed identity and service endpoints, thereby replacing connection strings.
…ency for the footer
This commit introduces widespread adoption of nullable reference types (NRTs) across domain models, messages, and services. Properties are now explicitly initialized to non-null defaults (e.g., `string.Empty`, `new List<T>()`) or annotated as nullable to improve code robustness and prevent null reference exceptions. Additionally, Azure SDK client registration has been updated from `AddAzureTableClient` to `AddAzureTableServiceClient`, aligning with recent dependency changes. Minor adjustments to OpenAPI configuration and Blazor component injections reflect updated library conventions.
Update packages and add Azure App Service deployment option
…-refactor style: Refactor layout structure for improved readability
docs: add michaelmsonne as a contributor for bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces a new budget-friendly deployment option that co-locates the API as a private sidecar container within the admin Azure App Service. This enhances security by making the API inaccessible from the internet and optimizes costs by consolidating services.
budget-deploymentconfiguration usingazdand Bicep to deploy the API as a private sidecar container, accessible only by the admin application viahttp://localhost:8081.13.1.0to13.4.6and updates other core packages, including Azure Functions, FluentUI Blazor, and OpenTelemetry, for improved performance, security, and new features.doc/how-deploy-budget-solution.md) detailing the steps to deploy this budget-friendly solution to Azure App Service.v4versions forcheckoutandsetup-dotnet, and refines Dependabot configuration.