sjkp / letsencrypt-azure

The easiest way to use lets encrypt certificates on Azure
110 stars 35 forks source link

Feedback: Works incredibly well! #7

Open abergs opened 5 years ago

abergs commented 5 years ago

Just wanted to give feedback. It worked super will.

It did however crash during deployment with an conflict for roleassignment.

 Conflict
Status Message
{
  "error": {
    "code": "RoleAssignmentExists",
    "message": "The role assignment already exists."
  }
}
Provisioning State
Failed
Timestamp
7/23/2019, 10:56:12 AM
Duration
1 second
Type
Microsoft.Authorization/roleAssignments

Then the Certificate didn't work because i choose staging (Easy to google but should be mentioned in a Get started guide. I managed to find the configuration in the Functions app and change it. I also re-ran the RequestCertificate function and it worked! I was wondering if there was any problem running this function multiple times...

All in all - this works great. Just wanted to record my thoughts while running it so it could be used for documentation. Do you want me to make a PR with a first version of a "Get Started"?

modemgeek commented 5 years ago

yes please. I would love to see a get started guide