本資料は以下の情報源をもとに、2020年8月の更新情報を作成しています。
- https://azure.microsoft.com/ja-jp/updates/
Azure 更新情報のうち、以下8カテゴリ
DevOps、Web、コンテナー、ブロックチェーン、メディア、モバイル、開発者ツール、統合
- https://azure.github.io/AppService/
Azure App Service Team Blog のうち、機能更新にあたるもの
(読み物などを除いています)
20191031 Arakawa Camera on Azure CDN for Typhoon HagibisIssei Hiraoka
2019/10/31 Azure Tech Lab #5 コミュニティイベントで Lightning Talk をしました。
Contents are my own, not related to any companies.
https://azure-tech-love.connpass.com/event/148978/
Azure CDN
20190626 Get Started Azure Container RegistryIssei Hiraoka
GitHub x CircleCI x Azure でやってみようDevOps!
初のCircleCI Japan & Microsoft Japan共同セミナー
https://microsoft-events.connpass.com/event/132473/
Azure コンテナ関連サービス全てで利用される、Azure Container Registry (ACR) の機能をご紹介しました。
Microsoft hosted its annual developer conference called Build from May 6-8, 2019 in Seattle. The conference covered a wide range of topics including Azure, AI, Kubernetes, serverless computing, containers and more. Hirosuke Hiraoka from Microsoft Japan gave a talk on using various Azure services like App Service, Functions, and Kubernetes. The document also shared several links to resources from Build including session videos, blog posts, and announcements about new Azure features.
The document discusses Microsoft Azure App Service on Linux. Some key points:
- App Service on Linux reached general availability in September 2017.
- Users can now deploy Docker containers to Web Apps on Linux. A variety of programming languages and frameworks are supported including Node.js, PHP, Python, .NET Core and Java/Tomcat.
- Images can be sourced from the built-in gallery, Azure Container Registry, Docker Hub, or private registries.
13. おすすめ学習コンテンツ (1-1) Microsoft Learn
https://docs.microsoft.com/ja-jp/learn/paths/automate-workflow-github-actions/
GitHub Actions: Hello World
14. おすすめ学習コンテンツ (1-2) Microsoft Learn
https://docs.microsoft.com/ja-jp/learn/paths/automate-workflow-github-actions/
GitHub Actions: Continuous Integration
15. おすすめ学習コンテンツ (1-3) Microsoft Learn
https://docs.microsoft.com/ja-jp/learn/paths/automate-workflow-github-actions/
GitHub Actions: Continuous Delivery with Azure
16. おすすめ学習コンテンツ (1-4) Microsoft Learn
https://docs.microsoft.com/ja-jp/learn/paths/automate-workflow-github-actions/
GitHub Actions: Using GitHub Script
17. おすすめ学習コンテンツ (2) GitHub Learning Lab
https://lab.github.com/githubtraining/github-actions:-continuous-delivery-with-azure
• Azure/actions: Automate your GitHub workflows using Azure Actions
• Azure/login: Connect to Azure
• Azure/docker-login: Enable GitHub developers to deploy to Kubernetes service using GitHub
Actions
• Azure/webapps-container-deploy: Enable GitHub developers to deploy to Azure WebApp for
containers using GitHub Actions
• actions/checkout: Action for checking out a repo
• actions/upload-artifact: Upload artifacts from GitHub's built-in artifact storage.
• actions/download-artifact: Download artifacts from GitHub's built-in artifact storage.
• mattdavis0351/actions/docker-gpr: A GitHub Action to upload Docker images to the GitHub
Package Registry.