Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 457 Bytes

File metadata and controls

16 lines (12 loc) · 457 Bytes

GitHub Codespaces playground

アプリケーション構成

  • Azure Static Web Apps
  • Azure Functions

GitHub Codespaces の利用ポイント

  • dev container の features にて、Azure CLI の導入
  • onCreateCommand による環境構築
  • 上記構成を prebuild
  • workspace による開発環境
  • 開発時にポートフォワーディング
  • extensions によるデプロイ?
  • シークレットによる Service Principal の活用