共用方式為


Enable-AzStorageStaticWebsite

啟用 Azure 儲存體 帳戶的靜態網站。

語法

Enable-AzStorageStaticWebsite
      [[-IndexDocument] <String>]
      [[-ErrorDocument404Path] <String>]
      [-PassThru]
      [-Context <IStorageContext>]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Enable-AzStorageStaticWebsite Cmdlet 會啟用 Azure 儲存體 帳戶的靜態網站。

範例

範例 1:為 Azure 儲存體 帳戶啟用靜態網站

Enable-AzStorageStaticWebsite -IndexDocument $indexdoc -ErrorDocument404Path $errordoc

此命令會啟用 Azure 儲存體 帳戶的靜態網站。

參數

-Confirm

執行 Cmdlet 之前先提示您確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Context

Azure 儲存體 Context 物件

類型:IStorageContext
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ErrorDocument404Path

發出 404 時應該顯示的錯誤檔路徑(這表示當瀏覽器要求不存在的頁面時)。

類型:String
Position:1
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-IndexDocument

每個目錄中索引檔的名稱。

類型:String
Position:0
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-PassThru

在 ServiceProperties 中顯示靜態網站設定。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

IStorageContext

輸出

PSStaticWebsiteProperties