Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
When trying to open an application in Parallels DaaS User Portal, a user sees the following error:
User [user_name] does not have rdp endpoint for published item [item_id]
Log in to the Microsoft Azure portal at https://portal.azure.com.
Open the portal menu and select Quotas.
On the left pane, select My quotas.
In the Adjustable column, click on the pencil icon next to the word Yes.
Adjust the quota.
Login to Microsoft Azure.
Select the same directory and subscription which were used to connect to the Azure subscription.
Navigate to Storage account and click the Create button.
On the Basics tab, specify the following:
Subscription and Resource Group: select the subscription and the resource group that will be used for creating infrastructure resources.
Storage account name: specify the storage account name.
Region: select the region where your storage account will be created. It is recommended to select the same region where your resources are.
Performance: select Premium.
Premium account type: select File Shares.
Redundancy: select the option that suits your environment. For high availability scenario, select ZRS.
Click Next.
On the Advanced tab, keep all the fields with the default selection.
Click Next.
On the Networking tab, specify the following:
Network access: select Enable public access from selected virtual networks and IP addresses.
Virtual network subscription: select the subscription.
Virtual network: select the virtual network.
Routing preference: select Microsoft network routing.
Keep all other tabs with the default values and click Review.
Review the information provided and click Create.
Decide the maximum size of the profile in GB for a user. Save this number for later steps.
Estimate how many users will be using Parallels DaaS.
Calculate the share capacity by multiplying the maximum profile size by the number of users.
Navigate to the storage account created in Step 1.
Go to the File Share category and click the + File Share button.
Specify the following:
Name: name of the file share.
Provisioned capacity: Enter the share capacity calculated above in Step 2.
Protocol: select SMB.
(Optional) On the Backup tab, enable backup.
Click Review + Create.
This section contains answers to frequently asked questions.
In some cases, when you try to authenticate a user, an exception is shown:
Log in to the Microsoft Azure portal at .
Open the portal menu and select Microsoft Entra ID.
On the left pane, select App registrations.
Click All applications.
Click the application you created for Parallels DaaS.
Select Authentication in the left blade.
Select ID tokens (used for implicit and hybrid flows).
Click Save.
When trying to open an application in Parallels DaaS User Portal a user sees the following error:
The sign-in method you’re trying to use isn’t allowed. Try a different sign-up method or contact your system administrator.
If you’re using multi-factor authentication to prevent unauthorized access to your systems, make sure its setup using conditional access as documented in this section. Per industry standards, Parallels strongly recommends using multi-factor authentication and fully supports this in Parallels DaaS.
In some cases, if a pre-existing per-user MFA setting is configured in Entra ID, per-user MFA does not support the required exclusions for Parallels DaaS. Therefore. it is necessary to disable the legacy per-user MFA setting for the affected users and configure MFA via conditional access if required.
To disable per-user MFA:
In the Microsoft Entra ID admin center, under Manage, select Users
Select Per-User MFA from the header menu.
In the overview, select the affected user accounts and choose Disable.
Try to sign-in again with the affected account(s), if the problem persists, please reach out to our support department.
Sign in to .
An account cannot be accessed.
Try the following solutions:
Parallels DaaS leverages your organization's identity, so the password should be identical to, for example, your Microsoft Office 365 credentials.
Contact your account administrator to confirm there are no outstanding issues with your account.
Clear your browser's cache and cookies and try logging in again.
Alternatively, try accessing your account using a different web browser.
Ensure that your firewall, security software, or ad blockers are not blocking access to our service.
Add our service URL to the list of trusted sites.
If you have 2FA enabled, ensure you have access to your authentication device or app.
If you are unable to access your 2FA, please contact your organization's support department for assistance.
If you've tried all the above steps and still can't access your account, please contact your organization's support department.
Provide as much detail as possible about the issue, including any error messages you received.
Follow your organization’s standard procedure for IT support requests.
When you type commands in a PowerShell window inside the Golden Image or on a user desktop, the characters do not appear. A known issue in PSReadline by Microsoft causes this behavior.
A known issue in PSReadline by Microsoft causes this behavior.
To solve this problem:
Close all PowerShell windows.
Run the following command in a Command Prompt window:
3. Confirm the action by pressing the Y button and wait for the installation to complete.
Reboot the machine.
If the problem persists, please reach out to our support department.
If the solution above does not work, try copying commands to the PowerShell window, or use Windows Terminal.
When executing the PowerShell script that automatically prepares your Microsoft Azure subscription for use with Parallels DaaS, you see the following error:
Run the PowerShell script in PowerShell version 7.3 or laer. You can check the PowerShell version by running the $psversiontable
command.
A copy of PowerShell 7.x can be downloaded from https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.4#installing-the-msi-package
When initializing your Parallels DaaS environment for the first time after completing the connection wizard, the automated deployment fails with the following error:
We've identified that the Standard B1ms instance size that is used for Parallels DaaS Secure Gateway is not available for all regions and/or subscription types of Microsoft Azure. This might be applicable to free Microsoft Partner, free trial, and other sponsored subscription types. We're currently working on improvements that will allow you to select other instance sizes. If you encounter this issue, please reach out to our support team for more information.
When trying to run the prerequisites PowerShell script a ParserError error is shown on line 41.
The file you downloaded from our GitHub page with the prerequisites contains HTML content rather than the PowerShell code.
To download the PowerShell script:
Go to the GitHub page https://github.com/Parallels/Parallels-DaaS/tree/main/Create_Parallels_DaaS_Prereqs_Azure.
Click the Create_Parallels_DaaS_Prereqs_Azure.ps1
file.
Click the Download raw file button.
Execute the file you just downloaded.