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?

More than 1 year has passed since last update.

Azure Functions作成

Last updated at Posted at 2022-12-08

関数アプリ作成

下記サイトを参考に関数アプリを作成する 

※ここでAzure Filesも作成する

Azure FunctionsとVScodeの連携 

ここではVScodeからAzure Functionsへデプロイできる環境をセットアップする 
①ローカル端末からAzureへのアクセスにおけるDNSの名前解決を行う(閉域網でAzureFunctionsを利用している場合のみ実施)
まずはhostファイルに下記内容を追記する

<プライベートIPアドレス> <関数アプリ名>.azurewebsites.net
<プライベートIPアドレス> <関数アプリ名>.scm.azurewebsites.net

※Windowsはこちらを参照:https://www.netassist.ne.jp/techblog/13744/
 Macはこちらを参照(sudoで実行):http://onocom.net/blog/mac-hosts-file/

②下記サイトを参考にセットアップを進める 

※1.別のAzureアカウントでサインインする場合は一度サインアウトする必要あり 
下記サイトを参考にサインアウトを実施する 

※2.既存のサブスクリプションを追加する場合、下記写真の手順を実施する 
RP-IT0540_151_5_CreateNewProject.jpeg

※3.Azure FunctionsのPythonはバージョン3.6.x〜3.9.xのみ対応
Pythonのダウングレード方法(Mac):https://www.haneca.net/python-downgrade-on-mac/
image.png

付録 

Azure Functionsで環境変数を別ファイルから取得する場合は下記サイトを参考に実施する

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?