-
Notifications
You must be signed in to change notification settings - Fork 0
Configure cloud provider #2
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
Conversation
|
It looks like you took an action I didn't expect. I expected you to commit the file |
Configuring your Azure environmentTo deploy successfully to our Azure environment, we've created a new workflow with two jobs:
In addition to each job, there's a few global environment variables:
Setting up Azure resourcesThe first job sets up the Azure resources as follows:
Destroying Azure resourcesThe second job destroys Azure resources so that you do not use your free minutes or incur billing. The job works as follows:
Step 6: Approve the pull requestI've requested your approval on this pull request. Once you approve this, I will merge. ⌨️ Activity: Approve pull request adding the necessary configuration files
I'll respond when I receive an approval on this pull request. |
|
It looks like you took an action I didn't expect. I expected you to apply the 'spin up environment' label. Please try that to continue! |
|
You can find your next steps in the next pull request. |
Azure configuration
GitHub Actions is cloud agnostic, so any cloud will work. We'll show how to deploy to Azure in this course.
Azure resources
We'll use the following Azure resources in this course:
Through the power of GitHub Actions, we can create, configure, and destroy these resources through our workflow files.
Step 5: Spin up, configure, and destroy Azure resources
⌨️ Activity: Use your workflow file to configure your cloud resources
.github/CHANGETHIS/spinup-destroy.ymlfile on this branch, or use this quick link. (We recommend opening the quick link in another tab.).github/workflows/spinup-destroy.ymlAZURE_WEBAPP_NAME:togitstua-ttt-appThe file should look like this:
I'll respond when I detect a commit on this branch.