Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.69 KB

powershell-add-user-and-get-subscription-key.md

File metadata and controls

43 lines (30 loc) · 1.69 KB

title: Azure PowerShell Script Sample - Add a user | Microsoft Docs description: Azure PowerShell Script Sample - Add a user services: api-management documentationcenter: '' author: vladvino manager: cfowler editor: ''

ms.service: api-management ms.workload: mobile ms.devlang: na ms.topic: sample ms.date: 11/16/2017 ms.author: apimpm ms.custom: mvc

Add a user

This sample script creates a user in API Management and gets a subscription key.

[!INCLUDE cloud-shell-powershell.md]

If you choose to install and use the PowerShell locally, this tutorial requires the Azure PowerShell module version 3.6 or later. Run Get-Module -ListAvailable AzureRM to find the version. If you need to upgrade, see Install Azure PowerShell module. If you are running PowerShell locally, you also need to run Connect-AzureRmAccount to create a connection with Azure.

Sample script

[!code-powershellmain]

Clean up resources

When no longer needed, you can use the Remove-AzureRmResourceGroup command to remove the resource group and all related resources.

Remove-AzureRmResourceGroup -Name myResourceGroup

Next steps

For more information on the Azure PowerShell module, see Azure PowerShell documentation.

Additional Azure Powershell samples for Azure API Management can be found in the PowerShell samples.