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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
RenLenF
July 23, 2019
Technology
1
230
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
「Blue Team Labs Online」入門 - みんなで挑むログ解析バトル
v_avenger
0
180
会社紹介資料 / Sansan Company Profile
sansan33
PRO
16
410k
JAWSDAYS2026_A-6_現場SEが語る 回せるセキュリティ運用~設計で可視化、AIで加速する「楽に回る」運用設計のコツ~
shoki_hata
0
3k
DevOpsエージェントで実現する!! AWS Well-Architected(W-A) を実現するシステム設計 / 20260307 Masaki Okuda
shift_evolve
PRO
3
790
OCHaCafe S11 #2 コンテナ時代の次の一手:Wasm 最前線
oracle4engineer
PRO
2
130
[JAWSDAYS2026][D8]その起票、愛が足りてますか?AWSサポートを味方につける、技術的「ラブレター」の書き方
hirosys_
3
180
JAWS DAYS 2026 ExaWizards_20260307
exawizards
0
430
JAWSDAYS2026 [C02] 楽しく学ぼう!AWSとは?AWSの歴史 入門
hiragahh
0
160
VLAモデル構築のための AIロボット向け模倣学習キット
kmatsuiugo
0
150
楽しく学ぼう!ネットワーク入門
shotashiratori
1
380
モブプログラミング再入門 ー 基本から見直す、AI時代のチーム開発の選択肢 ー / A Re-introduction of Mob Programming
takaking22
5
1.5k
VPCエンドポイント意外とお金かかるなぁ。せや、共有したろ!
tommy0124
1
610
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
9
780
Thoughts on Productivity
jonyablonski
75
5.1k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.6k
SERP Conf. Vienna - Web Accessibility: Optimizing for Inclusivity and SEO
sarafernandez
1
1.3k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
110
Fireside Chat
paigeccino
42
3.8k
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
71
How to Ace a Technical Interview
jacobian
281
24k
A better future with KSS
kneath
240
18k
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
150
How to make the Groovebox
asonas
2
2k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
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 」が アプリケーションが追加登録されている
ご清聴ありがとうございました 直近のプロジェクトで必要なくても、ぜひトライしてみてください。