Skip to content

Azure Websites commands missing from Azure Resource Manager #224

Closed
@pcgeek86

Description

@pcgeek86

Story

Consider the following scenario:

As an operations engineer, I need the ability to deploy and manage Azure Websites using a familiar PowerShell interface.

Problem Statement

The latest version of the Microsoft Azure Resource Manager PowerShell module does not have any commands available to manage Azure Websites. This can be verified by using the core PowerShell command Get-Command.

Switch-AzureMode -Name AzureResourceManager;
Get-Command -Module AzureResourceManager -Name *website*;

Recommendation

Please add Azure Websites functionality to the Microsoft Azure Resource Manager PowerShell module, using familiar PowerShell design standards.

Cheers,
Trevor Sullivan
Microsoft MVP: PowerShell
http://trevorsullivan.net
http://twitter.com/pcgeek86

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions