{"id":4777,"date":"2016-04-13T00:00:00","date_gmt":"2016-04-13T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/internals-of-app-service-certificate"},"modified":"2025-06-26T04:17:22","modified_gmt":"2025-06-26T11:17:22","slug":"internals-of-app-service-certificate","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/","title":{"rendered":"Internals of App Service Certificate"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In today\u2019s digital world, security of data in transit is one of the fundamental requirements for running any service on the internet. For most customers, this means hosting their service on a Secure Socket Layer (SSL) endpoint that guarantees that the data is not tampered between a client (e.g. web browser) and a server (e.g. an App Service). App Service platform supports SSL bindings for custom hostnames. In order to create these bindings, customers need to upload a PFX certificate first. One of the most requested feature by our customer, is the ability to purchase and manage certificates in Azure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Purchasing certificate from a trusted CA is a daunting task since it requires knowledge of cryptography. Even technically savvy customers when purchasing a certificate from a regular CA, find it difficult to follow the recommendations to generate a cryptographically strong and compliant certificate. An insecure certificate is as good as no certificate.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We are pleased to introduce App Service Certificate (ASC) which allows App Service customers to create, manage and consume certificates seamlessly in Azure cloud. We are partnering with GoDaddy for this offering. This post provides an in depth overview of ASC. If you are looking for a quick guide then check out the <a href=\"https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/web-sites-purchase-ssl-web-site\/\" target=\"_blank\" rel=\"noopener\">Azure documentation page<\/a> and <a href=\"https:\/\/ruslany.net\/2016\/04\/how-to-buy-a-certificate-for-an-azure-web-app\/\" target=\"_blank\" rel=\"noopener\">Ruslan\u2019s blog post<\/a> on ASC.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"creating-app-service-certificate\">Creating App Service Certificate<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the primary goals of ASC is to make it really easy for App Service customers to create certificate by doing all crypto operations on their behalf. Currently, we only support single domain and wild card domain validated (DV) RSA certificates with one year validity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s go through the end to end scenario. For this demo, I own a standard Web App named appservicecertificatedemo that has appservicecertificatedemo.com and www.appservicecertificatedemo.com hostnames assigned to it. I would like to purchase an ASC for this Web App so that I can create SSL bindings for these custom hostnames.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In order to create an ASC, go to Azure portal. Click New on the left side and search for App Service Certificate. Choose App Service Certificate from the result page and click Create.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/5c6edc8c-e4f9-4d5f-946b-bd79b376fc1e.webp\" alt=\"App Service Certificate Resource\" style=\"border-radius:0px\" title=\"App Service Certificate Resource\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Enter a user friendly name and a domain name you want to secure. Choose a subscription and a new\/existing resource group. Click Certificate SKU to see the list of currently supported ASC SKUs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"s1-standard\">S1 Standard<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to create SSL bindings for root and www subdomain then choose this option. Example: This type of ASC for appservicecertificatedemo.com can be used for protecting appservicecertificatedemo.com and www.appservicecertificatedemo.com.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-large-font-size wp-block-paragraph\">If you want to create this type of ASC then the hostname should be the root domain.<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"w1-wildcard\">W1 Wildcard<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to create SSL binding for root and any first level subdomain then choose this option. Unlike S1 Standard which can only be used for two hostnames, this certificate can potentially be used for unlimited hostnames. Example: If you buy this type of ASC for appservicecertificatedemo.com then it can be used for protecting appservicecertificatedemo.com, api.appservicecertificatedemo.com, support.appservicecertificatedemo.com and so on. Note that this ASC can only be used for first level subdomains. In the example described above, the ASC cannot be used for protecting subdomain2.subdomain1.appservicecertificatedemo.com.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-large-font-size wp-block-paragraph\">If you want to create this type of ASC then the hostname should be in *.domainname format.<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">For this demo, I am choosing S1 Standard as we only want to create SSL binding for the root and www subdomain. Click Legal Terms to open terms and conditions blade. Go through them and click OK to accept. Select Pin to Dashboard and click Create to submit the certificate create request.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/3b35a148-e3f5-4f75-97bf-6cde28ab5722.webp\" alt=\"App Service Certificate create blade\" style=\"border-radius:0px\" title=\"App Service Certificate create blade\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">When ASC Resource Provider (RP) receives a create request, it generates a pair of RSA keys using the recommended security configurations. It then constructs a Certificate Signing Request (CSR) based on the key-pair and the domain name included in the request and submits it to the CA for signing. You, as an App Service customer, will never have to worry about these crypto operations. The RP takes care of it transparently.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It takes about 5-10 minutes for this initial deployment request to complete. Once finished, Azure portal would open the ASC resource. At this stage, we have kicked off a certificate purchase workflow. The certificate is in Pending Issuance state currently which means we successfully submitted a certificate purchase request but the certificate itself hasn\u2019t been issued yet. We need to go through a few additional steps in order to get a certificate that can be used for creating SSL bindings.<\/p>\n\n\n<figure class=\"wp-block-image size-full has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/c6ebc9e1-c297-4c12-a3f7-2feb54ed13e7.webp\" alt=\"graphical user interface, website\" class=\"wp-image-9790 webp-format\" style=\"border-radius:0px\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/c6ebc9e1-c297-4c12-a3f7-2feb54ed13e7.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The status Infobox underneath Essential Properties says that we need to configure Key Vault for this certificate. This Infobox would always tell you the current status of ASC and any action you may need to take to go back to ready state. If you click here, the portal will open the \u2018Certificate Status\u2019 blade. This blade contains the list of actions you need to take in order to move to ready state. It will also describe where you are currently in the ASC purchase workflow and what the remaining steps are<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/ce600e93-3569-4a65-b52a-7a4d84ac1476.webp\" alt=\"App Service Certificate create workflow status blade\" style=\"border-radius:0px\" title=\"App Service Certificate create workflow status blade\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">There are three steps that need to be completed.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-1-store\">Step 1: Store<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">ASC leverages Azure Key Vault Secret for storing PFX certificate in a secure manner. ASC and other App Service Apps follow a producer-consumer model using Key Vault Secret. Once a certificate is ready, ASC RP writes it into the user provided Key Vault Secret which can then be consumed by other Apps. Click here to see the list of Key Vaults in the subscription.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can choose any Key Vault from the list. You can also create a new Key Vault if required. When creating a new Key Vault, choose a location to satisfy data sovereignty requirements if any. When portal creates a new Key Vault for storing ASC, it locks down its access policies to make sure that only the required Azure services have access to it. For this demo, I am creating a new Key Vault called democertificate in West US location.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-large-font-size wp-block-paragraph\">Key Vault is a separate Azure resource and has its own billing model. <a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/key-vault\/\" target=\"_blank\" rel=\"noopener\">Click here<\/a> to read more about Key Vault.<\/p>\n<\/blockquote>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/bfe58bd8-f863-4ec4-8437-3fcaa80ed815.webp\" alt=\"App Service Certificate Key Vault Configuration\" style=\"border-radius:0px\" title=\"App Service Certificate Key Vault Configuration\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Once this step is complete, you will see a green checkmark next to Step 1.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-2-verify\">Step 2: Verify<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In order to acquire an ASC, you need to verify that you own the domain included in the request. Click on this button to open the Domain Verification window. At the top, you would see a Domain Verification Token which is a randomly generated identifier that helps in the verification process. Before I go into the different options we provide here, first let me explain how one usually validates domain ownership. There three ways to do so:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">HTML file: Host an HTML file at the root of the webserver hosting the domain<\/li>\n\n\n\n<li class=\"wp-block-list-item\">DNS TXT record: Create a TXT record for the root domain.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Email: Click on the verification link included in the mail sent to the Email addresses associated with the domain.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">With this in mind, let\u2019s go over the four options we present in the dropdown in increasing order of convenience:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"manual-verification\">Manual verification<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This option contains step by step instructions to perform validation using methods A and B manually. You should choose this option only if none of the other options are applicable in your case.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/c797d7da-6caf-49c9-99e4-0870c8d6ba8a.webp\" alt=\"Manual Verification\" style=\"border-radius:0px\" title=\"Manual Verification\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"mail-verification\">Mail verification<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This option helps to validate ownership using the email method. When you purchase a domain from any registrar, you provide a set of contact email addresses. ICANN publishes these email addresses in its database which is publicly accessible to everyone on the internet.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When ASC RP receive a create request, it sends a verification mail to these email addresses. You can see the list of email addresses that have received verification mail in this blade along with the time when these mails were sent. If you want to resend the verification email then click on the \u2018Resend Email\u2019 button at the top.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/c2adb1d4-5b93-4673-8f11-1bd43482458a.webp\" alt=\"Email Verification\" style=\"border-radius:0px\" title=\"Email Verification\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/7f3380f3-1bc4-47d9-b310-56a77b06c9f6.webp\" alt=\"Sample Verification Email\" style=\"border-radius:0px\" title=\"Sample Verification Email\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The next two options are the recommended verification methods as you don\u2019t have to leave Azure portal for verification.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"domain-verification\">Domain verification<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You can purchase domains for App Service Apps in Azure as described here. If you have purchased the domain through Azure then this feature can setup the necessary DNS record for you with just one click. When you select this option in the drop down, you would see your domain listed here if it was purchased through Azure. Click Verify at the top if you want to use the domain object for verification.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/b1a9c48e-7b82-4b76-8c9a-b800349c595a.webp\" alt=\"Domain Verification\" style=\"border-radius:0px\" title=\"Domain Verification\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"app-service-verification\">App Service verification<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You can use this option if the domain is assigned to one or more App Service Apps as a custom hostname. You may see more than one App here if it\u2019s a geo distributed App. Click the Verify button if you want to use this option. This would emulate the verification method A where your App would respond to the verification http request as expected. This option is available for Standard ASC only. For this demo, I am choosing this verification method.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/1bbb1af3-ed2a-4dcd-97e9-675497de2b70.webp\" alt=\"App Service Verification\" style=\"border-radius:0px\" title=\"App Service Verification\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">No matter which verification option you choose, click on Refresh button at the top to refresh certificate status. Once domain verification is successful, you would see a Green checkmark next to this step.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/e2b08c32-9ec8-43b8-902b-309f370ad863.webp\" alt=\"App Service Verification Complete\" style=\"border-radius:0px\" title=\"App Service Verification Complete\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-3-assign\">Step 3: Assign<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It takes a while for the CA to issue a certificate once domain ownership is verified. At this point, you don\u2019t have to take any action on your side. Click the Refresh button in the resource blade to update the screen. This step would complete shortly on its own once the CA issues the certificate.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The ASC is in \u2018Issued\u2019 state now. We successfully created an ASC at this point.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/35cf8082-c5ca-41a8-922b-a498aea5a0cf.webp\" alt=\"Assigning App Service Certificate\" style=\"border-radius:0px\" title=\"Assigning App Service Certificate\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">If you don\u2019t complete the purchase workflow after submitting an initial create request then the certificate will remain in Pending Issuance state for the next seven days. After this period, it will move to Denied state. There is no way to recover from Denied state, you should delete this ASC resource and submit a new request if you want to complete the purchase workflow. ASC RP generates the billing event only when a certificate moves to Issued state so you won\u2019t be charged for ASC that gets denied this way.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"assigning-app-service-certificate-to-an-app-service-app\">Assigning App Service Certificate to an App Service App<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In order to assign the ASC we just created, go to the Custom Domains and SSL blade and click Import Certificate at the top. This will open up a new blade that lists all ASCs that are in issued state. Choose the ASC you just created. This will upload the certificate into your Web App.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/234abad4-4b89-48fe-b10d-c095fbed3655.webp\" alt=\"Selecting Key Vault to import Certificate\" style=\"border-radius:0px\" title=\"Selecting Key Vault to import Certificate\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In SSL Bindings section, choose the custom hostnames one by one, choose the certificate in Certificate column and hit the Save button on top.<\/p>\n\n\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/a55bb258-d613-477e-80a6-a29b627eb703.webp\" alt=\"screenshot\" class=\"wp-image-9812 webp-format\" style=\"border-radius:0px;width:286px;height:auto\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/a55bb258-d613-477e-80a6-a29b627eb703.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Hurray! We just created an ASC and assigned it to a Web App successfully. If you go to https:\/\/www.appservicecertificatedemo.com, you will see that now it\u2019s protected with our newly created ASC.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/894d3e56-8509-458b-8a74-680cfd427fac.webp\" alt=\"Web App endpoint secured with App Service Certificate\" style=\"border-radius:0px\" title=\"Web App endpoint  secured with App Service Certificate\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">You can use an ASC with as many App Service Apps you want.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"managing-app-service-certificate\">Managing App Service Certificate<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"rekey-and-sync\">ReKey and Sync<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In order to stay compliant, many web companies need to rotate their certificates periodically. Also if a customer believes that his certificate has been compromised then he should rotate the certificate as soon as possible to minimize likelihood of the stolen certificate being used for malicious purposes. Traditionally, this requires obtaining a new certificate from the CA which is as complicated as buying a new one. Once a new certificate is created, you need to update all App Service Apps one by one manually. With ASC, we support one click ReKey. ASC allows you to ReKey a certificate unlimited number of times during its lifetime for free.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s click on the Rekey and Sync option. This blade displays the current sync state. You can see the thumbprint of ASC along with the thumbprints of all App Service linked certificates. When these certificates are in sync, all thumbprints will match and when they are out of sync, one or more linked certificate thumbprints will be different from the ASC thumbprint.<\/p>\n\n\n<figure class=\"wp-block-image size-full has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/fcccd343-1b0e-4e9e-8a3b-25073cf79e3b.webp\" alt=\"a screenshot of a cell phone screen with text\" class=\"wp-image-9816 webp-format\" style=\"border-radius:0px\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/fcccd343-1b0e-4e9e-8a3b-25073cf79e3b.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In order to rotate the certificate, click ReKey at the top. The ASC status will move to Rekey Certificate.<\/p>\n\n\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/b60a5ef6-e190-418c-b1fa-93f93b324124.webp\" alt=\"a screenshot of a cell phone screen with text\" class=\"wp-image-9818 webp-format\" style=\"border-radius:0px;width:636px;height:auto\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/b60a5ef6-e190-418c-b1fa-93f93b324124.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">When the RP receives a ReKey request, it generates a new pair of RSA keys and CSR which it then submits to the CA. You don\u2019t need to validate domain ownership this time as you have already done it when creating ASC. ReKey operation usually takes about 5-10 minutes to complete. You don\u2019t need to take any action after clicking on ReKey to get the new certificate. Click Refresh at the top to find out the current status of ReKey request.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once ReKey request is complete, ASC status would move back to ready state.<\/p>\n\n\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/d6648f7d-9e45-4959-86fc-70161b142c01.webp\" alt=\"a screenshot of a cell phone screen with text\" class=\"wp-image-9820 webp-format\" style=\"border-radius:0px;width:634px;height:auto\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/d6648f7d-9e45-4959-86fc-70161b142c01.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Now, the linked certificate is out of sync as it doesn\u2019t match with the new thumbprint. The endpoint https:\/\/www.appservicecertificatedemo.com is still serving the old certificate.<\/p>\n\n\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/86ea554c-b38f-42d4-b148-e110c3669eaa.webp\" alt=\"graphical user interface, text, application\" class=\"wp-image-9822 webp-format\" style=\"border-radius:0px;width:353px;height:auto\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/86ea554c-b38f-42d4-b148-e110c3669eaa.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Click Sync to update the Web App with the new certificate. The endpoint https:\/\/www.appservicecertificatedemo.com will start serving the new certificate once sync operation is finished.<\/p>\n\n\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/b65d7e5b-949d-40e5-a859-892c0bc46ad0.webp\" alt=\"graphical user interface, text, application\" class=\"wp-image-9824 webp-format\" style=\"border-radius:0px;width:351px;height:auto\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/b65d7e5b-949d-40e5-a859-892c0bc46ad0.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">What happens if you don\u2019t click on Sync once a ReKey operation is finished? Would the linked certificates stay in out of sync state forever? The answer is no. ASC RP has a periodic job that syncs linked certificates with the corresponding ASC every few hours. So even if you don\u2019t click on Sync, this job would eventually migrate your Apps to the new certificate in a few hours.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"certificate-renewal\">Certificate renewal<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">ASC is valid for one year. If Auto Renew is on for an ASC then it will be renewed automatically before it expires and just like ReKey operation, the linked App Service Apps will be moved to the new certificate. You can change this setting by clicking on \u2018Auto Renew Settings\u2019 which is on by default. You can also manually renew a certificate by clicking on Manual Renew irrespective of the current Auto Renew setting if the certificate expiration is within 90 days.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/1b6959ea-6f84-4f3c-9f0a-6a29ce44772b.webp\" alt=\"App Service Certificate renewal options\" style=\"border-radius:0px;width:713px;height:auto\" title=\"App Service endpoint with new certificate\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"looking-forward\">Looking forward<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">We are very excited about this offering. This is our v1 release, we will add new features in the coming months as we learn more from you. Your feedback will be greatly appreciated.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We are pleased to introduce App Service Certificate (ASC) which allows App Service customers to create, manage and consume certificates seamlessly in Azure cloud.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1467],"tags":[],"audience":[3055,3053,3056],"content-type":[1511],"product":[2902],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-4777","post","type-post","status-publish","format-standard","hentry","category-compute","audience-developers","audience-it-decision-makers","audience-it-implementors","content-type-best-practices","product-app-service","review-flag-1680286581-295","review-flag-1-1680286581-825","review-flag-2-1680286581-601","review-flag-3-1680286581-173","review-flag-5-1680286581-950","review-flag-alway-1680286580-106","review-flag-click-1680286584-659","review-flag-free-1680286579-836","review-flag-never-1680286580-606","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Internals of App Service Certificate | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"We are pleased to introduce App Service Certificate (ASC) which allows App Service customers to create, manage and consume certificates seamlessly in Azure cloud.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Internals of App Service Certificate | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"We are pleased to introduce App Service Certificate (ASC) which allows App Service customers to create, manage and consume certificates seamlessly in Azure cloud.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2016-04-13T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-26T11:17:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/5c6edc8c-e4f9-4d5f-946b-bd79b376fc1e.webp\" \/>\n<meta name=\"author\" content=\"Microsoft Azure\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microsoft Azure\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"Internals of App Service Certificate\",\"datePublished\":\"2016-04-13T00:00:00+00:00\",\"dateModified\":\"2025-06-26T11:17:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/\"},\"wordCount\":2385,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/5c6edc8c-e4f9-4d5f-946b-bd79b376fc1e.webp\",\"articleSection\":[\"Compute\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/\",\"name\":\"Internals of App Service Certificate | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/5c6edc8c-e4f9-4d5f-946b-bd79b376fc1e.webp\",\"datePublished\":\"2016-04-13T00:00:00+00:00\",\"dateModified\":\"2025-06-26T11:17:22+00:00\",\"description\":\"We are pleased to introduce App Service Certificate (ASC) which allows App Service customers to create, manage and consume certificates seamlessly in Azure cloud.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/5c6edc8c-e4f9-4d5f-946b-bd79b376fc1e.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/5c6edc8c-e4f9-4d5f-946b-bd79b376fc1e.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Compute\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/compute\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Internals of App Service Certificate\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Internals of App Service Certificate | Microsoft Azure Blog","description":"We are pleased to introduce App Service Certificate (ASC) which allows App Service customers to create, manage and consume certificates seamlessly in Azure cloud.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/","og_locale":"en_US","og_type":"article","og_title":"Internals of App Service Certificate | Microsoft Azure Blog","og_description":"We are pleased to introduce App Service Certificate (ASC) which allows App Service customers to create, manage and consume certificates seamlessly in Azure cloud.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2016-04-13T00:00:00+00:00","article_modified_time":"2025-06-26T11:17:22+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/5c6edc8c-e4f9-4d5f-946b-bd79b376fc1e.webp","type":"","width":"","height":""}],"author":"Microsoft Azure","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Microsoft Azure","Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"Internals of App Service Certificate","datePublished":"2016-04-13T00:00:00+00:00","dateModified":"2025-06-26T11:17:22+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/"},"wordCount":2385,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/5c6edc8c-e4f9-4d5f-946b-bd79b376fc1e.webp","articleSection":["Compute"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/","name":"Internals of App Service Certificate | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/5c6edc8c-e4f9-4d5f-946b-bd79b376fc1e.webp","datePublished":"2016-04-13T00:00:00+00:00","dateModified":"2025-06-26T11:17:22+00:00","description":"We are pleased to introduce App Service Certificate (ASC) which allows App Service customers to create, manage and consume certificates seamlessly in Azure cloud.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/5c6edc8c-e4f9-4d5f-946b-bd79b376fc1e.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/5c6edc8c-e4f9-4d5f-946b-bd79b376fc1e.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/internals-of-app-service-certificate\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Compute","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/compute\/"},{"@type":"ListItem","position":3,"name":"Internals of App Service Certificate"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/4777","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=4777"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/4777\/revisions"}],"predecessor-version":[{"id":43718,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/4777\/revisions\/43718"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=4777"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=4777"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=4777"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=4777"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=4777"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=4777"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=4777"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=4777"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=4777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}