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

Bicep Infrastructure Deployment #3

Merged
merged 11 commits into from
Jun 21, 2022
Merged

Bicep Infrastructure Deployment #3

merged 11 commits into from
Jun 21, 2022

Conversation

hbendana
Copy link
Contributor

Adding Bicep files and instructions on how to deploy

@CloudViking CloudViking linked an issue Nov 1, 2021 that may be closed by this pull request
@CloudViking CloudViking added the enhancement New feature or request label Nov 1, 2021
@CloudViking
Copy link
Contributor

Linked this PR to the newly created issue for it. I will pull this branch and test a deployment today or tomorrow.

@CloudViking
Copy link
Contributor

@hbendana - let's get together next week to walk through this. I keep getting errors when running the bicep template.

Screen Shot 2021-11-05 at 1 22 00 PM

@CloudViking
Copy link
Contributor

Azure CLI worked to deploy everything except the GitHub Source Controls, which still caused the deployment to fail. We can dig in further next week:

Screen Shot 2021-11-05 at 1 52 47 PM

  "code": "DeploymentFailed",
  "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
  "details": [
    {
      "message": "There was a conflict. Conflict with existing ScmType: GitHub"
    }
  ]
}

@CloudViking
Copy link
Contributor

My issues with Powershell deploys were related to my PSModulePath variable in VS Code. This GitHub issue helped figure it out:

@DCMattyG DCMattyG merged commit 64c9979 into main Jun 21, 2022
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

Successfully merging this pull request may close these issues.

Azure Deployment Automation
3 participants