Cloud Computing & MSA

Azure PowerShell - Get-​Azure​Website​Log

아주라·2017년 9월 7일·조회 4,307

1. 개요

This topic describes the cmdlet in the 0.8.10 version of the Microsoft Azure PowerShell module. To get the version of the module you're using, in the Azure PowerShell console, type (Get-Module -Name Azure).Version.

 

2. 문법

2-1.

Get-AzureWebsiteLog 
  [-ListPath] 
  [-Name <String>] 
  [-Profile <AzureSMProfile>] 
  [-Slot <String>] 
  [<CommonParameters>]

2-2.

Get-AzureWebsiteLog
  [-Message <String>] 
  [-Name <String>] 
  [-Path <String>] 
  [-Profile <AzureSMProfile>] 
  [-Slot <String>] 
  [-Tail] [<CommonParameters>]

 

3. 예제

Get-AzureWebsiteLog -Name contoso -Tail

 

 

 

댓글 0

로그인 후 댓글을 남길 수 있습니다.

아직 댓글이 없습니다.