Skip to content

Commit d53caf9

Browse files
Merge pull request #269190 from yutanglin16/patch-22
Limits for private certs on webspace
2 parents aae7fdb + 9c44c91 commit d53caf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/app-service/configure-ssl-certificate.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ To secure a custom domain in a TLS binding, the certificate has more requirement
5353
> **Elliptic Curve Cryptography (ECC) certificates** work with App Service but aren't covered by this article. For the exact steps to create ECC certificates, work with your certificate authority.
5454
5555
> [!NOTE]
56-
> After you upload a private certificate to an app, the certificate is stored in a deployment unit that's bound to the App Service plan's resource group, region, and operating system combination, internally called a *webspace*. That way, the certificate is accessible to other apps in the same resource group and region combination. Private certificates uploaded or imported to App Service are shared with App Services in the same deployment unit.
56+
> After you add a private certificate to an app, the certificate is stored in a deployment unit that's bound to the App Service plan's resource group, region, and operating system combination, internally called a *webspace*. That way, the certificate is accessible to other apps in the same resource group, region, and OS combination. Private certificates uploaded or imported to App Service are shared with App Services in the same deployment unit.
57+
>
58+
> You can add up to 1000 private certificates per webspace.
5759
5860
## Create a free managed certificate
5961

0 commit comments

Comments
 (0)