├── AzureStaticWebApps_Fullver.pdf ├── AzureStaticWebApps_Fullver_ja.pdf ├── README.md ├── Thumbnail.png ├── Thumbnail_ja.png └── _config.yml /AzureStaticWebApps_Fullver.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdevjp/AzureStaticWebApps-ComicBook/73fba99b091fed79c85acc91ab4c18c2353d2e84/AzureStaticWebApps_Fullver.pdf -------------------------------------------------------------------------------- /AzureStaticWebApps_Fullver_ja.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdevjp/AzureStaticWebApps-ComicBook/73fba99b091fed79c85acc91ab4c18c2353d2e84/AzureStaticWebApps_Fullver_ja.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # AzureStaticWebApps-ComicBook 2 | 3 | ### English_ver. 4 | A student has been tasked by his professor to update the website, migrating to the cloud and automating deployment (Probably a similar situation that most of us can relate to!) 5 | 6 | He struggles but fortunately for him, Sophia, his friend, appears and explains to him how he can publish his site without having to write code, or connect with tokens, or write a yaml. He can now do it with any framework - from Angular, React and Vue.js. 7 | 8 | Read more about how he easily solves his problem with Azure Static Web apps - Click on the thumbnails to download the PDF! 9 | 10 | [](https://github.com/msdevjp/AzureStaticWebApps-ComicBook/raw/master/AzureStaticWebApps_Fullver.pdf) 11 | 12 | ### Japanese_ver(日本語版). 13 | ある学生は、教授からウェブサイトの更新、クラウドへの移行、デプロイの自動化を任されていました。(皆さんも恐らく似たような状況ではないでしょうか!) 14 | 15 | 彼は苦戦していましたが、幸いにも彼の友人であるソフィアが現れ、コードを書かなくても、トークンと接続しなくても、yamlを書かなくても、自分のサイトを公開する方法を説明してくれました。彼は、Angular、React、Vue.jsなど、あらゆるフレームワークを使ってサイトを公開することができるようになりました。 16 | 17 | Azure Static Web appsを使って彼が問題を簡単に解決した方法の続きを読む - サムネイルをクリックするとPDFをダウンロードできます! 18 | 19 | [](https://github.com/msdevjp/AzureStaticWebApps-ComicBook/raw/master/AzureStaticWebApps_Fullver_ja.pdf) 20 | 21 | ### Credit 22 | 23 | These Comic Book is illustrations by [Ai Minatogawa](https://llminatoll.github.io/), Project owner [@suzukin](https://github.com/suzukin), Kudos so many Microsoft Japan members. 24 | -------------------------------------------------------------------------------- /Thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdevjp/AzureStaticWebApps-ComicBook/73fba99b091fed79c85acc91ab4c18c2353d2e84/Thumbnail.png -------------------------------------------------------------------------------- /Thumbnail_ja.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msdevjp/AzureStaticWebApps-ComicBook/73fba99b091fed79c85acc91ab4c18c2353d2e84/Thumbnail_ja.png -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-architect --------------------------------------------------------------------------------