How To Deploy MkDocs to Azure In 5 Minutes With Azure DevOps

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 15

  • @onisimiacob1692
    @onisimiacob1692 2 месяца назад

    Thanks for the example! I'm just doing the same for my site and I was wondering how to do it. Very clear and well explained, keep it up!!

  • @Js_9_2
    @Js_9_2 28 дней назад

    Very useful, I spent a whole day trying to deploy my mkdocs site on azure from devops and I failed until I saw this video, it's incredible how simple it is, thank you very much, excellent material!

    • @mischavandenburg
      @mischavandenburg  27 дней назад +1

      You’re welcome! Consider joining my community, you can ask a question and get help instead of wasting a whole day :)

  • @wazz6003
    @wazz6003 Год назад +3

    This is really cool, thanks for showing how to deploy it in a easy way and with cloud native. Will definitely try this out!
    Your terminal and nvim setup is really nice, would appreciate a video on the full setup from scratch :)
    Greetings from Norway!

    • @mischavandenburg
      @mischavandenburg  Год назад +1

      Tusen takk! Det var veldig hyggelig å høre. Jeg bodde i Norge i 9 år :)
      Thank you for your kind message, I'm really glad it helped you. Nice to hear that you are interested in my setup, maybe I'll make a video about it soon. In the meantime you can always take a look at my dotfiles in my GitHub

  • @Tinudou
    @Tinudou Год назад

    Thank you very much for this video. I was looking for a video just like that with no success, until I've found this one and...it works! I wasn't able to make MkDocs running in Azure Static Web App, but you make it clear and easy. Congrats! There is alot to discover setting up MkDocs (that should be another great video... :D)

    • @mischavandenburg
      @mischavandenburg  11 месяцев назад

      Thank you for the feedback, I'm so glad it was of value to you!

  • @EadwinTomlinson
    @EadwinTomlinson 2 месяца назад

    This is very helpful but it'd be great to add the ability to deploy to a preview site as part of the PR because I'm struggling to achieve this step

  • @drewc3655
    @drewc3655 Год назад

    I was wondering if it's possible to ensure that the site is not accessible outside the org and only to specific users within the org? looking to uplift our documentation but we can't have it publicly accessible. internal site only ideally.

    • @mischavandenburg
      @mischavandenburg  11 месяцев назад

      Yes this is definitely possible by using an Azure Web App and using Entra ID to limit access. That's how I did it for the large enterprise I worked at

  • @mandersson1979
    @mandersson1979 10 месяцев назад

    Great video! Thanks for sharing.

    • @mischavandenburg
      @mischavandenburg  10 месяцев назад

      I'm glad it was of value to you! Thanks for the comment

  • @gorkembykl7010
    @gorkembykl7010 Год назад

    Really helpful thanks!

  • @tushar1439
    @tushar1439 Год назад

    voice is very low in this video. Also can you also provide some option , if we do not have option to use Devops. Like can we deploy using visual studio code,?