{"id":18149065,"url":"https://github.com/pauldotyu/azure-wordpress-bicep","last_synced_at":"2025-04-06T22:14:04.984Z","repository":{"id":115084281,"uuid":"488035011","full_name":"pauldotyu/azure-wordpress-bicep","owner":"pauldotyu","description":"Quickstart for deploying the new and better ‘WordPress on App Service’ via Azure Bicep","archived":false,"fork":false,"pushed_at":"2022-05-03T03:29:44.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T04:20:53.741Z","etag":null,"topics":["bicep","bicep-templates","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Bicep","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pauldotyu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-05-03T00:45:53.000Z","updated_at":"2022-05-03T03:14:16.000Z","dependencies_parsed_at":"2023-04-23T15:03:55.570Z","dependency_job_id":null,"html_url":"https://github.com/pauldotyu/azure-wordpress-bicep","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/pauldotyu%2Fazure-wordpress-bicep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldotyu%2Fazure-wordpress-bicep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldotyu%2Fazure-wordpress-bicep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauldotyu%2Fazure-wordpress-bicep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pauldotyu","download_url":"https://codeload.github.com/pauldotyu/azure-wordpress-bicep/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557738,"owners_count":20958046,"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":["bicep","bicep-templates","wordpress"],"created_at":"2024-11-01T23:11:23.026Z","updated_at":"2025-04-06T22:14:04.956Z","avatar_url":"https://github.com/pauldotyu.png","language":"Bicep","funding_links":[],"categories":[],"sub_categories":[],"readme":"# azure-wordpress-bicep\n\nThis WordPress on App Service deployment is based on the recent announcement of a [\"New and better 'WordPress on App Service'\"](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/the-new-and-better-wordpress-on-app-service/ba-p/3202594).\n\nTo deploy this template, you will need the following:\n\n1. Git to clone this repo\n1. Azure Subscription\n1. [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)\n1. [Azure Bicep](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/install)\n\nUsing your favorite terminal, run the folowing commands to deploy:\n\n\u003e NOTE: Examples below have been tested in WSL.\n\n```bash\n# setup parameters\nlocation=\"\u003cLOCATION\u003e\"\nprojectName=\"\u003cGLOBALLY_UNIQUE_NAME\u003e\"\nusername=\"\u003cUSERNAME\u003e\"\npassword=\"\u003cPASSWORD\u003e\"\nemail=\"\u003cEMAIL\u003e\"\n\n# review the rest of the parameter values in the parameters.json file and override the values\n\n# create a resource group\naz group create --name $projectName-rg --location $location\n\n# deploy your bicep file\naz deployment group create \\\n --name $projectName-deployment \\\n --resource-group $projectName-rg \\\n --template-file ./main.bicep \\\n --parameters @parameters.json \\\n --parameters location=$location projectName=$projectName mySqlServerUsername=$username mySqlServerPassword=$password wordpressAdminEmail=$email wordpressUsername=$username wordpressPassword=$password\n```\n\nTo destroy your resources, run the following command:\n\n```bash\naz group delete -n $projectName-rg -y\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauldotyu%2Fazure-wordpress-bicep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpauldotyu%2Fazure-wordpress-bicep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauldotyu%2Fazure-wordpress-bicep/lists"}