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
210
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
Oracle Cloudの生成AIサービスって実際どこまで使えるの? エンジニア目線で試してみた
minorun365
PRO
4
300
WACATE2024冬セッション資料(ユーザビリティ)
scarletplover
0
330
[JAWS-UG新潟#20] re:Invent2024 -CloudOperationsアップデートについて-
shintaro_fukatsu
0
120
社内イベント管理システムを1週間でAKSからACAに移行した話し
shingo_kawahara
0
200
watsonx.ai Dojo #5 ファインチューニングとInstructLAB
oniak3ibm
PRO
0
190
スタートアップで取り組んでいるAzureとMicrosoft 365のセキュリティ対策/How to Improve Azure and Microsoft 365 Security at Startup
yuj1osm
0
240
サービスでLLMを採用したばっかりに振り回され続けたこの一年のあれやこれや
segavvy
2
550
ゼロから創る横断SREチーム 挑戦と進化の軌跡
rvirus0817
3
280
20241220_S3 tablesの使い方を検証してみた
handy
4
690
LINEヤフーのフロントエンド組織・体制の紹介【24年12月】
lycorp_recruit_jp
0
550
3年でバックエンドエンジニアが5倍に増えても破綻しなかったアーキテクチャ そして、これから / Software architecture that scales even with a 5x increase in backend engineers in 3 years
euglena1215
9
3.6k
UI State設計とテスト方針
rmakiyama
3
790
Featured
See All Featured
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
How to Ace a Technical Interview
jacobian
276
23k
For a Future-Friendly Web
brad_frost
175
9.4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
28
4.4k
4 Signs Your Business is Dying
shpigford
182
21k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
48
2.2k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
66k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
Docker and Python
trallard
42
3.1k
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 」が アプリケーションが追加登録されている
ご清聴ありがとうございました 直近のプロジェクトで必要なくても、ぜひトライしてみてください。