You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/overview-tls.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,9 +131,30 @@ To serve HTTPS traffic, App Service requires a TLS/SSL certificate that is bound
131
131
132
132
### Types of certificates
133
133
134
-
-**App Service certificates (ASC)**. Fully managed certificates issued and renewed automatically by Azure, stored securely in Azure Key Vault.
134
+
## TLS/SSL certificates on App Service
135
+
136
+
To serve HTTPS traffic, App Service requires a TLS/SSL certificate that is bound to your custom domain. App Service offers multiple certificate options, ranging from fully managed free certificates to customer-managed certificates.
137
+
138
+
### Types of certificates
139
+
140
+
-**App Service managed certificates** (Free)
141
+
- Provided at no cost.
142
+
- Fully managed by Azure App Service, including **automatic renewal**.
143
+
- Stored in **App Service Key Vault** (KV); **customers cannot access, export, or use these certificates outside of App Service**.
144
+
- Supports basic domain validation but **does not support wildcard or custom root CAs**.
145
+
146
+
-**App Service certificates (ASC)**
147
+
- Paid certificates **resold from GoDaddy** via Azure.
148
+
-**Customer owns and manages** the certificate.
149
+
- Stored in the **customer’s Key Vault (KV)** and **can be exported and used outside of App Service**.
150
+
- Technically considered **"bring your own certificate (BYOC)"** because the customer controls it after purchase, but App Service provides **seamless integration**.
151
+
152
+
-**Bring your own certificate (BYOC)**
153
+
- Upload and manage your own TLS/SSL certificates (**PFX format**) issued by **third-party Certificate Authorities (CAs)**.
154
+
- Fully customer-managed, including **renewals and private key storage**.
0 commit comments