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
そのWAFのブロック、どう活かす? サービスを守るための実践的多層防御と思考法 / WAF blocks defense decision
kaminashi
0
110
GC25 Recap+: Advancing Go Garbage Collection with Green Tea
logica0419
1
440
【Oracle Cloud ウェビナー】クラウド導入に「専用クラウド」という選択肢、Oracle AlloyとOCI Dedicated Region とは
oracle4engineer
PRO
3
120
JAZUG 15周年記念 × JAT「AI Agent開発者必見:"今"のOracle技術で拡張するAzure × OCIの共存アーキテクチャ」
shisyu_gaku
0
130
ACA でMAGI システムを社内で展開しようとした話
mappie_kochi
1
300
成長自己責任時代のあるきかた/How to navigate the era of personal responsibility for growth
kwappa
4
290
生成AIで「お客様の声」を ストーリーに変える 新潮流「Generative ETL」
ishikawa_satoru
1
340
20201008_ファインディ_品質意識を育てる役目は人かAIか___2_.pdf
findy_eventslides
2
550
AWS Top Engineer、浮いてませんか? / As an AWS Top Engineer, Are You Out of Place?
yuj1osm
2
170
How to achieve interoperable digital identity across Asian countries
fujie
0
140
Exadata Database Service on Dedicated Infrastructure(ExaDB-D) UI スクリーン・キャプチャ集
oracle4engineer
PRO
2
5.5k
空間を設計する力を考える / 20251004 Naoki Takahashi
shift_evolve
PRO
4
440
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Speed Design
sergeychernyshev
32
1.1k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
The Cost Of JavaScript in 2023
addyosmani
53
9k
Bash Introduction
62gerente
615
210k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
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 」が アプリケーションが追加登録されている
ご清聴ありがとうございました 直近のプロジェクトで必要なくても、ぜひトライしてみてください。