Introduction
To add the resources required for Lasernet Connector for D365 CE, first, you need to create a login to the correct azure subscription.
Applicable to
Version of Lasernet for Dynamics 365 CE:
- 1.0.0.0
Prerequisites
To execute the steps listed below, you require:
- Administrative access to the Azure tenant
- PowerShell
- Azure PowerShell cmdlet
Step-by-step instructions
1. Open PowerShell
2. Log in to your Azure account using the Login-AzureRmAccount command.
3. Provide the required access credentials.
4. Use Get-AzureRmSubScription to see a list of available subscriptions.
5. Use Set-AzureRmContext - SubscriptionId [subscription] to set the correct subscription.