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

update arm template to use newer api version for appsettings #1

Closed
sjkp opened this issue Jan 4, 2016 · 0 comments
Closed

update arm template to use newer api version for appsettings #1

sjkp opened this issue Jan 4, 2016 · 0 comments
Assignees

Comments

@sjkp
Copy link
Owner

sjkp commented Jan 4, 2016

{
"apiVersion": "2015-08-01",
"name": "appsettings",
"type": "config",
"dependsOn": [
"[resourceId('Microsoft.Web/Sites', parameters('siteName'))]"
],
"properties": {
"SCM_SITEEXTENSIONS_FEED_URL": "https://www.siteextensions.net/api/v2/",
"letsencrypt:Hostnames": "[parameters('hostnames')]",
"letsencrypt:Email": "[parameters('email')]",
"letsencrypt:AcmeBaseUri": "https://acme-v01.api.letsencrypt.org/",
"letsencrypt:SubscriptionId": "[subscription().subscriptionId]",
"letsencrypt:Tenant": "[parameters('tenant')]",
"letsencrypt:ClientId": "[parameters('clientId')]",
"letsencrypt:ClientSecret": "[parameters('clientSecret')]",
"letsencrypt:ResourceGroupName": "[resourceGroup().name]"
}
},

@sjkp sjkp self-assigned this Jan 24, 2016
@sjkp sjkp closed this as completed Jan 24, 2016
@mmsigi mmsigi mentioned this issue Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant