0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【01】計画:Azure上でWeb API+DB連携の構築

Posted at

1. 概要

  • Azureでアプリケーションを構築するにあたり、まずはPaaSから始める

  • このセクションでは、Azure App Serviceを利用して簡単なWeb APIを作成し、クラウド上で動作させる

2. 目的

  • Azure App ServiceとAzure SQL Databaseを組み合わせて、APIとデータベースの連携を体験する

  • 個人開発が初めてのため、作業を進めながら未確定の課題や認識していない問題に柔軟に対応する

  • クラウド上でのアプリ構築の基礎を理解し、今後の学習への足がかりを作る

3. ステップ一覧

  1. Azure App Serviceの基本設定理解
  2. 簡単なWeb API作成
  3. Azure SQL Databaseの作成&接続文字列取得
  4. Web APIからAzure SQLへのCRUD実装
  5. Azure App Serviceへのデプロイ
  6. 環境変数・構成設定管理
  7. アプリの動作確認

4. 事前準備

  • Azureアカウント作成
  • ローカル環境にVSCode用意
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?