question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Need az functionapp config ssl import command

See original GitHub issue

Need new command to import Azure Service Certificate for Azure App Service

Now we can only import App Service Certificate from Azure App Service portal

Azure CLI command for it is missing. we only have upload command https://docs.microsoft.com/en-us/azure/azure-functions/scripts/functions-cli-configure-ssl-certificate az functionapp config ssl upload az webapp config ssl upload

How about az functionapp config ssl import az webapp config ssl import

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:7
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
bennovakoviccommented, Jul 6, 2018

I would also REALLY like this.

At this stage the only solution is to boot up a windows VM, use PowerShell to export it; and then reimport it as a PFX file; which breaks the automation rule.

Other solutions include scripting a clickthrough via phantomJS, which is flakey at the best of times.

How does this not exist yet? Is there really so few people who use wildcard domains?

2reactions
DarinMacRaecommented, Jul 12, 2018

I just ran into this issue because we have a cert expiring soon and without it will have to manually update >30 sites (plus slots). Any good news for me?

Read more comments on GitHub >

github_iconTop Results From Across the Web

az functionapp config ssl - Microsoft Learn
Commands ; az functionapp config ssl import. Import an SSL certificate to a function app from Key Vault. ; az functionapp config ssl...
Read more >
azure-cli 2.25.0 - PyPI
A great cloud needs great tools; we're excited to introduce Azure CLI, ... Fix #13907: az webapp config ssl import : Change command...
Read more >
Is it possible to run Azure Function app with SSL locally?
I am trying to run it with HTTPS locally. I created a certificate but it's still showing a certificate error on the browser....
Read more >
App Service Imported SSL Certificate from Key Vault in ...
The SP does not need to be able to list the secrets, it only needs the get permission. This can be easily given...
Read more >
How to setup certificate in MAG Azure Function App for PnP ...
The above command will provide the DEVICE code to log in to the Azure Portal. You will be asked to consent the requested...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found