Skip to content

Instantly share code, notes, and snippets.

@mikepfeiffer
Last active October 3, 2022 04:33
Show Gist options
  • Save mikepfeiffer/a2066acdedf6e84d50602113bbb46e46 to your computer and use it in GitHub Desktop.
Save mikepfeiffer/a2066acdedf6e84d50602113bbb46e46 to your computer and use it in GitHub Desktop.
#!/bin/bash
az group create --name MySonarServer --location westus2
az container create -g MySonarServer \
--name sonarqubeaci \
--image sonarqube \
--ports 9000 \
--dns-name-label cssonar \
--cpu 2 --memory 3.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment