Skip to content

Commit 8421d11

Browse files
Merge pull request #259834 from meganbradley/docs-editor/cloud-services-role-enable-rem-1701294917
remove mark HTML tag before disallowing
2 parents 7e7ba59 + 40ecbc5 commit 8421d11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/cloud-services/cloud-services-role-enable-remote-desktop-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Remove-AzureServiceRemoteDesktopExtension -ServiceName $servicename -UninstallCo
9292
> [!NOTE]
9393
> To completely remove the extension configuration, you should call the *remove* cmdlet with the **UninstallConfiguration** parameter.
9494
>
95-
> The **UninstallConfiguration** parameter uninstalls any extension configuration that is applied to the service. Every extension configuration is associated with the service configuration. Calling the *remove* cmdlet without **UninstallConfiguration** disassociates the <mark>deployment</mark> from the extension configuration, thus effectively removing the extension. However, the extension configuration remains associated with the service.
95+
> The **UninstallConfiguration** parameter uninstalls any extension configuration that is applied to the service. Every extension configuration is associated with the service configuration. Calling the *remove* cmdlet without **UninstallConfiguration** disassociates the **deployment** from the extension configuration, thus effectively removing the extension. However, the extension configuration remains associated with the service.
9696
9797
## Additional resources
9898

0 commit comments

Comments
 (0)