Hello Colinxu2020,
The options (Application Gateway / Front Door) to set a custom domain to the storage account with HTTPS are not included in the resources available with an Azure Student subscription. This limits the options for setting up HTTPS on a custom domain for Azure Storage without using Azure CDN.
Since the student subscription does not support these services, here are alternative options:
- Use HTTP with a Custom Domain: You can still map a custom domain to your storage account without HTTPS, but this will only allow HTTP access, which may not be ideal from security perspective.
- Upgrade to a Pay-As-You-Go Subscription: After using up the Azure Student credits, you can upgrade to a Pay-As-You-Go subscription, which allows access to Azure Front Door. Front Door enables HTTPS with a custom domain and provides a free SSL certificate. To set up:
- Create an Azure Front Door instance.
- Configure your custom domain with HTTPS in Front Door.
- Set the backend to your storage account endpoint.
For more details:
- Azure Student Free Account
- Configure Azure Front Door with a Custom Domain for Storage Account
- Azure Front Door Pricing
If the information helped address your question, please Accept the answer.
Luis