Deploy of digital garden on Azure StaticApp #664
dani01Lost4ever
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there i found another simple way to publish my digital garden in Azure StaticWebApp (and it may has some advantages).
I forked the repo or i followed the guide and i created the connection with Vercel and after the repo was done i deleted the connection with Vercel (since i dont like it).
After that i configured the plugins inside obsidian (as the guide says).
After that i created a static webapp on azure (you can choose the free plan or the standard for 8$ per month) and i configured that without a deploy plan.
As last thing i created a repo in my persona devops and i created a pipeline that wait for a push of the github repo and execute a simple 20 line pipeline that run the and build the site.
Someone could ask why i didnt use the github pipeline in the first place....github pipeline are sloooooow and azure gives an agent for free for running pipelines!
So in the end the whole thing is free or you can choose the 8$ per month plan.
Another cool thing is that azure static webapp offer the possibility to protect the deploy with password for the 8bucks plan and (im not sure ) also for the free one. Vercel on the other hand has the feature but for 20bucks per month.
I hope could help someone!
Beta Was this translation helpful? Give feedback.
All reactions