Azure / Azure/AzureStack-QuickStart-Templates

Issue with creating Service SAS for a container with ARM template

オープン
#470 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
PowerShell
スター
587
フォーク
741
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi,
I am trying to create Service SAS using ARM template for one of the containers with read permission and Jan 2050 as expiry. Runs successfully but I do not see any change in Portal.

Here is the arm template:
"variables": {
"storageAccountName": "test",
"containerName": "testcontainer",
"secondContainerName": "containertwo",
"serviceSasFunctionValues": {
"canonicalizedResource": "[concat('/blob/', variables('storageAccountName'), '/', variables('containerName'))]",
"signedResource": "c",
"signedPermission": "r",
"signedExpiry": "2050-01-01T00:00:00Z"
}
}

"outputs": {
"serviceSas": {
"type": "string",
"value": "[listServiceSas(variables('storageAccountName'), '2018-02-01', variables('serviceSasFunctionValues')).serviceSasToken]"
}
}

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

インライン ARM テンプレートから始め、特に serviceSasFunctionValues 変数と listServiceSas の出力を確認します。デプロイを再現し、その出力を想定される Portal の動作と比較します。不足している変更が説明され、修正済みのテンプレートまたは文書化された制限が特定された時点で、issue は完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
azure
領域
cloud
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。