「[[マイクロソフト系技術情報 Wiki>http://techinfoofmicrosofttech.osscons.jp/]]」は、「[[Open棟梁Project>https://github.com/OpenTouryoProject/]]」,「[[OSSコンソーシアム .NET開発基盤部会>https://www.osscons.jp/dotNetDevelopmentInfrastructure/]]」によって運営されています。 -戻る --[[.NET config]] --AzureのPaaS(FaaS) --[[AzureのPaaS]](FaaS) ---[[Azure Functions]] * 目次 [#nbcf74eb] #contents *概要 [#af51cbfc] FaaSでのconfigは?(PaaSでは埋め込まれたリソース化して使ってたケド...。 *詳細 [#i709d359] 取り敢えず、2大 FaaS([[Azure Functions]], AWS Lambda)を調査。 **[[Azure Functions]] v2 [#reb939a1] ***.NET [#v0e920f5] -Azure Functions - C# で安全に機密情報を渡そう - tech.guitarrapc.cóm~ https://tech.guitarrapc.com/entry/2016/04/16/024424 ***.NET Core [#k3566d01] -Azure Functions v2 Now Uses ASP.NET Core Configuration~ and No Longer Supports ConfigurationManager | Jon Gallant~ https://blog.jongallant.com/2018/01/azure-function-config/ -Reading settings from a Azure Function - Stack Overflow~ https://stackoverflow.com/questions/43556311/reading-settings-from-a-azure-function -Azure Functions v2 で設定情報を使う方法 - かずきのBlog@hatena~ https://blog.okazuki.jp/entry/2018/09/13/112512 -Azure Functions での環境変数の切り替え - Qiita~ https://qiita.com/TsuyoshiUshio@github/items/190437a7099ded9ce731 ※ 余談:Open棟梁、以下のAPIで設定可能と思われる。 public static void InitConfiguration(IConfigurationBuilder builder) **AWS Lambda [#v51f4ef7] ***.NET [#j0da07d6] .NETのサポートなし。 ***.NET Core [#gc7b0c5c] .NET Coreのサポートあり。 -Lambda カテゴリーの記事一覧 - BEACHSIDE BLOG~ https://beachside.hatenablog.com/archive/category/Lambda 内容を見ると、Azure Functionsと同じ。 *参考 [#wef4975d] -Azure Functions のアプリケーション設定のリファレンス | Microsoft Docs~ https://docs.microsoft.com/ja-jp/azure/azure-functions/functions-app-settings ---- Tags: [[:.NET開発]]