deploy-to-azure icon indicating copy to clipboard operation
deploy-to-azure copied to clipboard

Create two deployment workflows using GitHub Actions and Microsoft Azure.

Results 9 deploy-to-azure issues
Sort by recently updated
recently updated
newest added

Escape `.` to `\\.` ### Summary Fix regular expressions escaping in a workflow ### Changes `.` → `\\.` ### Task list - [x] For workflow changes, I have verified the...

### Summary In **Step 5: Deploy to a production environment based on labels**, when running the `deploy-prod.yml` workflow, the **npm install and build webpack** step from **build** job emits several...

bug

**Describe the bug** Redme.md Step missing for Activity 1: Add triggers to production deployment workflow after steps 6. **To Reproduce** Please read the instructions and it will jump to the...

bug

**Describe the bug** Building the image with action fails, changed to specific Node v16 and seemed to run.

bug

**Describe the bug** This script is missing and fails the action run.

bug

**Describe the bug** In the detail panel Finish of the readme.md of the course is a call for feedback: What's next? [We'd love to hear what you thought of this...

bug

In `5-deploy-to-prod-environment.md` it says `Step 5: Deploy to a production environment based on labels`. In `X-finish.md` it says `Deploy to a production environment based on labels`. However the exercises never...

bug

### Summary The environment should use 'with' not 'env' from line 84 to line 100. I kept facing this issue wondering why environment variables weren't being set ### How to...

bug

Under [Step 2: Set up Azure environment > Activity 1](https://github.com/skills/continuous-delivery-azure/blob/653293c53dcfed4e14343eb4ed0482e761f6510e/README.md#activity-1-store-your-credentials-in-github-secrets-and-finish-setting-up-your-workflow), the command within the following step: https://github.com/skills/continuous-delivery-azure/blob/653293c53dcfed4e14343eb4ed0482e761f6510e/README.md?plain=1#L137-L145 Produces the following warning: ``` Option '--sdk-auth' has been deprecated and will be...

bug