Skip to content

Commit

Permalink
Preview portal fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adegeo committed Nov 21, 2015
1 parent 1cdffd6 commit 90f1d88
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion articles/cloud-services/cloud-services-certs-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You can use Java to [create a certificate](../app-service-web/java-create-azure-

## Next steps

[Upload your service certificate to the Azure classic portal](cloud-services-configure-ssl-certificate.md) (or the [Preview Portal](cloud-services-configure-ssl-certificate-portal.md)) and [configure them](cloud-services-xml-certs.md) for the cloud service.
[Upload your service certificate to the Azure classic portal](cloud-services-configure-ssl-certificate.md) (or the [Azure portal](cloud-services-configure-ssl-certificate-portal.md)) and [configure them](cloud-services-xml-certs.md) for the cloud service.

Upload a [management API certificate](../azure-api-management-certs.md) to the Azure classic portal.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<properties
pageTitle="Configure SSL for a cloud service (preview portal) | Microsoft Azure"
pageTitle="Configure SSL for a cloud service | Microsoft Azure"
description="Learn how to specify an HTTPS endpoint for a web role and how to upload an SSL certificate to secure your application. These examples use the Azure portal."
services="cloud-services"
documentationCenter=".net"
Expand Down Expand Up @@ -168,8 +168,6 @@ connect to it using HTTPS.
>Create a certificate with the common name (CN) equal to the GUID-based URL (for example, **328187776e774ceda8fc57609d404462.cloudapp.net**), use the portal to add the certificate to your staged cloud service, add the certificate information to your CSDEF and CSCFG files, repackage your application, and update your staged deployment to use the new package and CSCFG file.
[Azure classic portal]: http://portal.azure.com/

## Next steps

* [General configuration of your cloud service](cloud-services-how-to-configure-portal.md).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<properties
pageTitle="Configure a custom domain name in Cloud Services (preview portal) | Microsoft Azure"
pageTitle="Configure a custom domain name in Cloud Services | Microsoft Azure"
description="Learn how to expose your Azure application or data to the internet on a custom domain by configuring DNS settings. These examples use the Azure portal."
services="cloud-services"
documentationCenter=".net"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<properties
pageTitle="How to configure a cloud service (preview portal) | Microsoft Azure"
pageTitle="How to configure a cloud service | Microsoft Azure"
description="Learn how to configure cloud services in Azure. Learn to update the cloud service configuration and configure remote access to role instances. These examples use the Azure portal."
services="cloud-services"
documentationCenter=""
Expand Down Expand Up @@ -54,7 +54,7 @@ Azure can only ensure 99.95 percent service availability during the configuratio
![Cloud Service Instance Buttons](./media/cloud-services-how-to-configure-portal/cs-instance-buttons.png)

>[AZURE.NOTE]
>The operating system used for the cloud service cannot be changed using the **Azure portal**, you can only change this setting through the [non-preview portal](http://manage.windowsazure.com/). This is detailed [here](cloud-services-how-to-configure.md#update-a-cloud-service-configuration-file).
>The operating system used for the cloud service cannot be changed using the **Azure portal**, you can only change this setting through the [Azure classic portal](http://manage.windowsazure.com/). This is detailed [here](cloud-services-how-to-configure.md#update-a-cloud-service-configuration-file).
## Update a cloud service configuration file

Expand Down Expand Up @@ -86,7 +86,7 @@ Azure can only ensure 99.95 percent service availability during the configuratio

## Configure remote access to role instances

Remote access cannot be configured using the **Azure portal**, you can only change this setting through the [non-preview portal](http://manage.windowsazure.com/). This is described [here](cloud-services-role-enable-remote-desktop.md).
Remote access cannot be configured using the **Azure portal**, you can only change this setting through the [Azure classic portal](http://manage.windowsazure.com/). This is described [here](cloud-services-role-enable-remote-desktop.md).

## Next steps

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<properties
pageTitle="How to create and deploy a cloud service (preview portal) | Microsoft Azure"
pageTitle="How to create and deploy a cloud service | Microsoft Azure"
description="Learn how to create and deploy a cloud service using the Quick Create method in Azure. These examples use the Azure portal."
services="cloud-services"
documentationCenter=""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<properties
pageTitle="How to manage a cloud service (preview portal) | Microsoft Azure"
pageTitle="How to manage a cloud service | Microsoft Azure"
description="Learn how to manage cloud services in the Azure portal. These examples use the Azure portal."
services="cloud-services"
documentationCenter=""
Expand Down

0 comments on commit 90f1d88

Please sign in to comment.