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
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
Lambda Web AdapterでLambdaをWEBフレームワーク利用する
sahou909
0
130
社内レビューは機能しているのか
matsuba
0
130
VLAモデル構築のための AIロボット向け模倣学習キット
kmatsuiugo
0
150
Abuse report だけじゃない。AWS から緊急連絡が来る状況とは?昨今の攻撃や被害の事例の紹介と備えておきたい考え方について
kazzpapa3
1
710
マルチプレーンGPUネットワークを実現するシャッフルアーキテクチャの整理と考察
markunet
2
250
「Blue Team Labs Online」入門 - みんなで挑むログ解析バトル
v_avenger
0
180
Go標準パッケージのI/O処理をながめる
matumoto
0
210
(Test) ai-meetup slide creation
oikon48
3
400
OCI Security サービス 概要
oracle4engineer
PRO
2
13k
JAWS DAYS 2026 ExaWizards_20260307
exawizards
0
430
TypeScript 7.0の現在地と備え方
uhyo
3
230
JAWSDAYS2026 [C02] 楽しく学ぼう!AWSとは?AWSの歴史 入門
hiragahh
0
160
Featured
See All Featured
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
3
72
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
470
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
100
Designing for Timeless Needs
cassininazir
0
160
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
150
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
150
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
76
Navigating Algorithm Shifts & AI Overviews - #SMXNext
aleyda
1
1.2k
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
240
A Tale of Four Properties
chriscoyier
163
24k
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
200
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 」が アプリケーションが追加登録されている
ご清聴ありがとうございました 直近のプロジェクトで必要なくても、ぜひトライしてみてください。