Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.81 KB

powershell-setup-custom-domain.md

File metadata and controls

45 lines (31 loc) · 1.81 KB

title: Azure PowerShell Script Sample - Set up custom domain | Microsoft Docs description: Azure PowerShell Script Sample - Set up custom domain services: api-management documentationcenter: '' author: vladvino manager: cfowler editor: ''

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

Set up custom domain

This sample script sets up custom domain on proxy and portal endpoint of the API Management service.

[!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

[!INCLUDE api-management-custom-domain]

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.