{"id":22318044,"url":"https://github.com/adampaternostro/azure-big-data-dev-ops","last_synced_at":"2025-03-26T03:43:03.372Z","repository":{"id":69583459,"uuid":"215154431","full_name":"AdamPaternostro/Azure-Big-Data-Dev-Ops","owner":"AdamPaternostro","description":"A set of Azure ARM templates for big data architectures in Azure","archived":false,"fork":false,"pushed_at":"2019-10-31T15:49:41.000Z","size":160,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-31T04:33:00.188Z","etag":null,"topics":["azure","azure-arm","azure-arm-template","azure-devops"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdamPaternostro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-14T22:11:16.000Z","updated_at":"2024-03-11T11:37:44.000Z","dependencies_parsed_at":"2023-07-16T15:45:21.990Z","dependency_job_id":null,"html_url":"https://github.com/AdamPaternostro/Azure-Big-Data-Dev-Ops","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamPaternostro%2FAzure-Big-Data-Dev-Ops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamPaternostro%2FAzure-Big-Data-Dev-Ops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamPaternostro%2FAzure-Big-Data-Dev-Ops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamPaternostro%2FAzure-Big-Data-Dev-Ops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdamPaternostro","download_url":"https://codeload.github.com/AdamPaternostro/Azure-Big-Data-Dev-Ops/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245585798,"owners_count":20639671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","azure-arm","azure-arm-template","azure-devops"],"created_at":"2024-12-03T23:12:07.589Z","updated_at":"2025-03-26T03:43:03.350Z","avatar_url":"https://github.com/AdamPaternostro.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure-Big-Data-Dev-Ops\r\n\r\n![alt tag](https://raw.githubusercontent.com/adampaternostro/Azure-Big-Data-Dev-Ops/master/Architecture.png)\r\n\r\n```\r\n# Login\r\naz login\r\n\r\n# Script parameters\r\nsubscriptionId=\u003c\u003cREMOVED\u003e\u003e\r\nresourceGroup=\"Azure-Big-Data-Dev-Ops\"\r\nlocation=\"eastus\"\r\ntoday=`date +%Y-%m-%d-%H-%M-%S`\r\ndeploymentName=\"MyDeployment-$today\"\r\n\r\n\r\n# Select Subscription\r\naz account set -s $subscriptionId\r\n\r\n\r\n# Create resource group\r\naz group create \\\r\n  --name        $resourceGroup \\\r\n  --location    $location\r\n\r\n\r\n# Deploy the ARM template\r\naz group deployment create \\\r\n  --name                 $deploymentName \\\r\n  --resource-group       $resourceGroup \\\r\n  --template-file        azuredeploy.json \\\r\n  --parameters           @azuredeploy.parameters.json \\\r\n  --mode                 Incremental\r\n\r\n\r\n# Deploy Security Center at the Subscription Level (not resource group)\r\ndeploymentName=\"MyDeployment-SecurityCenter-$today\"\r\n\r\n\r\n# Deploy Security Center\r\naz deployment create \\\r\n  --name                 $deploymentName \\\r\n  --location             $location \\\r\n  --template-file        azuredeploy.securitycenter.json \\\r\n  --parameters           @azuredeploy.parameters.securitycenter.json\r\n\r\n\r\n# Clean up resource group (for testing - delete everything)\r\naz group delete --name $resourceGroup\r\n```\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadampaternostro%2Fazure-big-data-dev-ops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadampaternostro%2Fazure-big-data-dev-ops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadampaternostro%2Fazure-big-data-dev-ops/lists"}