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

Automate database configuration of Azure Storage #60

Open
SvenAelterman opened this issue Dec 21, 2023 · 3 comments
Open

Automate database configuration of Azure Storage #60

SvenAelterman opened this issue Dec 21, 2023 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@SvenAelterman
Copy link
Contributor

No description provided.

@SvenAelterman SvenAelterman added the enhancement New feature or request label Dec 21, 2023
@SvenAelterman SvenAelterman added this to the CY24 Q2 milestone Dec 23, 2023
@SvenAelterman
Copy link
Contributor Author

Use Deployment Script with VNet integration to execute remaining mysql commands? Per https://learn.microsoft.com/azure/azure-resource-manager/bicep/deployment-script-vnet

However, need to determine how the Deployment Script will be called in the sequence. It must happen after the database deployment (part of the web app deployment) is finished.

@SvenAelterman
Copy link
Contributor Author

The above might not work. However, creating a script and calling it via SCM_POST_DEPLOYMENT_ACTIONS_PATH=<path>.

Alternatively, the necessary code can be added in the startup.sh script, in which case it would be executed on every container start and some guard clauses might be needed to avoid changing configuration.

@SvenAelterman SvenAelterman modified the milestones: CY24 Q2, CY24 Q4 Oct 16, 2024
@SvenAelterman
Copy link
Contributor Author

This could be done by creating a WebJob that runs just once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant