質問編集履歴

1

誤字を修正しました

2017/06/07 07:59

投稿

F_scarecrows
F_scarecrows

スコア13

test CHANGED
File without changes
test CHANGED
@@ -74,9 +74,7 @@
74
74
 
75
75
  $Conn = Get-AutomationConnection -Name AzureRunAsConnection
76
76
 
77
- Add-AzureRMAccount -ServicePrincipal -Tenant $Conn.TenantID `
78
-
79
- -ApplicationId $Conn.ApplicationID -CertificateThumbprint $Conn.CertificateThumbprint
77
+ Add-AzureRMAccount -ServicePrincipal -Tenant $Conn.TenantID -ApplicationId $Conn.ApplicationID -CertificateThumbprint $Conn.CertificateThumbprint
80
78
 
81
79
 
82
80
 
@@ -90,6 +88,8 @@
90
88
 
91
89
  ローカル環境で↓を実行してみる。
92
90
 
91
+
92
+
93
93
  ```PowerShell
94
94
 
95
95
  Login-AzureRmAccount
@@ -97,6 +97,8 @@
97
97
  Set-AzureRmCurrentStorageAccount -ResourceGroupName "hoge" -Name "hogehoge"
98
98
 
99
99
  ```
100
+
101
+
100
102
 
101
103
  → エラーなく実行できる
102
104