Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Azure PowerShellでサーバーレスに挑む
Search
RenLenF
July 23, 2019
Technology
1
220
Azure PowerShellでサーバーレスに挑む
Azure リソース自動構築 Meetup
#1 ARM TemplateとAzure PowerShellでサーバーレスに挑む
後半セッション:Azure PowerShellでサーバーレスに挑む
RenLenF
July 23, 2019
Tweet
Share
Other Decks in Technology
See All in Technology
AI導入の理想と現実~コストと浸透〜
oprstchn
0
160
LangSmith×Webhook連携で実現するプロンプトドリブンCI/CD
sergicalsix
1
160
KubeCon + CloudNativeCon Japan 2025 Recap by CA
ponkio_o
PRO
0
250
CI/CD/IaC 久々に0から環境を作ったらこうなりました
kaz29
1
200
Tokyo_reInforce_2025_recap_iam_access_analyzer
hiashisan
0
140
生成AI開発案件におけるClineの業務活用事例とTips
shinya337
0
190
本が全く読めなかった過去の自分へ
genshun9
0
720
AI専用のリンターを作る #yumemi_patch
bengo4com
4
2.2k
OPENLOGI Company Profile
hr01
0
67k
Tech-Verse 2025 Keynote
lycorptech_jp
PRO
0
1.4k
Lambda Web Adapterについて自分なりに理解してみた
smt7174
5
140
解析の定理証明実践@Lean 4
dec9ue
1
200
Featured
See All Featured
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Balancing Empowerment & Direction
lara
1
400
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
680
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
A designer walks into a library…
pauljervisheath
207
24k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
We Have a Design System, Now What?
morganepeng
53
7.7k
Six Lessons from altMBA
skipperchong
28
3.9k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Transcript
Azresug #1 Azure PowerShellでサーバーレスにいどむ 藤井 廉(2019/07/23)
本資料/セッションの注意事項 • 「2019年7月時点」での情報を前提としています。 • あくまで個人的な見解であり、所属する組織の見解とは一 切、関係ございません
アジェンダ 1.本セッションについて 2.デモの流れ 3.各スクリプトのポイント
1.本セッションについて
1.本セッションについて
2.デモの流れ 0.パラメーター入力 1.リソースグループ作成 2. shared-resources.ps1実行 3. setter-resources.ps1実行 4. post-configuration.ps1実行
3.各スクリプトのポイント ソースをお見せしながら説明いたします
入力するパラメーター $rgName = 【リソースグループ名】 $ProjectName =【作成されるリソースのプレフィックス名】 $MyId = 【オブジェクトID】 $zipUrl
= "https://github.com/dzeyelid/arm-template-sample-for- serverless/raw/develop/functions/archives/setter.zip"
shared-resources.ps1の実行結果例① 「App Service Plan(Linux基盤)」と「Key Vault」の2つが作成
shared-resources.ps1の実行結果例② 「App Service Plan(Linux基盤)」にはまだアプリが存在していない
shared-resources.ps1の実行結果例③ 「Key Vault」の「アクセスポリシー」には「$MyId 」を入力したユーザーが登録されている
shared-resources.ps1の実行結果例④ 「Key Vault」の「シークレット」には3行が登録されている
setter-resources.ps1の実行結果例① 「Function Apps」と「Storage Accounts」の2つが追加
setter-resources.ps1の実行結果例② 「Function Apps」では「アプリケーション設定」の各値が設定済み
post-configuration.ps1の実行結果例① 「Key Vault」の「アクセスポリシー」に「Function Apps 」が アプリケーションが追加登録されている
ご清聴ありがとうございました 直近のプロジェクトで必要なくても、ぜひトライしてみてください。