I found all Azure Management Cmdlets here:
Windows Azure Management Cmdlets.
My question is how can I use these cmdlets in C# to create, remove and deploy an Azure Website?
I found all Azure Management Cmdlets here:
Windows Azure Management Cmdlets.
My question is how can I use these cmdlets in C# to create, remove and deploy an Azure Website?
Windows Azure managemnet cmdlet 已更新,现在它包括网站创建。在这里检查。
这是我的书 PowerShell for Developers 中示例的链接。
此示例将 PowerShell 引擎嵌入到 C# 应用程序中。然后,您可以调用包含您开发的工作流的 Azure PowerShell cmdlet 和/或外部 PowerShell 脚本。
如果没有 azure login,我们将无法触发任何命令。我们可以按照以下步骤创建网站。