2
votes

I'm trying to enable HTTPS on my Azure cloud service. It doesn't belong to azurewebsites. I'm using a self-signed certificate, already generated. Following this guide I encounter a problem: I'm not able to access to the .csdef file to modify WebRole section to create a proper endpoint as described in the guide.

I would like to know if there's any method to enable HTTPS using self-signed certificates through the Azure Portal.

I tried to open the 443 port naming the endpoint HTTPS, using TCP protocol; unfortunately I notice that modifying the .csdef file instead it's possible to apply the https protocol directly.

Can you help me? I'm kind of stuck at the moment.

1
It is not clear for me - what do you mean "following ... i am not able to access"? What is the reason why you can not do that manually as described and upload it? I think that there is no way to do the whole process on the portal.Alex Belotserkovskiy
@AlexandrBelotserkovskiy At the moment I'm not able to use Visual Studio because I don't have my Windows laptop with me. So since I can use only my Linux machine I wanted to know if I could do everything from the portal.Kromag

1 Answers

0
votes

The Service configuration file and Service package were placed in storage. With Get Package (REST API) you can retrieve cloud service package that used for deployment before.

Also here is a more detailed article: Download Microsoft Azure Cloud Service Package files, hope it do help.