Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. New-AzureReservedIP -ReservedIPName "vip01" -Location "West Europe" -ServiceName "myservice"
  2.  
  3. VERBOSE: 13:53:59 - Begin Operation: New-AzureReservedIP
  4. New-AzureReservedIP : BadRequest : Cannot reserve the ip of deployment sticketin.
  5. At line:1 char:1
  6. + New-AzureReservedIP -ReservedIPName "vip01sticketin" -ServiceName "st ...
  7. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. + CategoryInfo : CloseError: (:) [New-AzureReservedIP], ComputeCloudException
  9. + FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.NewAzureReservedIPCmdlet
  10.  
  11. VERBOSE: 13:54:32 - Completed Operation: New-AzureReservedIP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement