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

Azure Static Websites #47

Open
jtheisen opened this issue Oct 18, 2022 · 1 comment
Open

Azure Static Websites #47

jtheisen opened this issue Oct 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jtheisen
Copy link

Yet another way of deploying websites on Azure is Azure Static Web Apps. Again there are custom domains and certificates to be managed and bound.

The service isn't really part of App Services, but some things are related. Especially it can also use App Service Certificates.

I really like ASWs, but I'd also like to have my certs renewed without buying the expensive ones from Azure.

I'm wondering what I would have to do to make this library refresh the bindings in ASWs - the other two steps (cert and dns updates) should be the same, right?

I had some brief look at the source code and the Azure Docs for ASW, but so far I can't find C# bindings for the ASW REST API and I also can't find cert binding functions in the REST API itself.

I'm writing this both as a feature request and maybe someone already has a bit of info what needs to be done here.

@jtheisen jtheisen added the enhancement New feature or request label Oct 18, 2022
@n3wt0n
Copy link
Owner

n3wt0n commented Oct 19, 2022

Good point, I haven't looked into that yet myself... but it could be interesting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants