Skip to content

Commit 403e84b

Browse files
committed
correctness fixes
1 parent bdee0e8 commit 403e84b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/environment/create-from-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To automate your ASE creation, follow they guidelines in the following sections.
4040
## Create the ASE
4141
A Resource Manager template that creates an ASE and its associated parameters file is available on GitHub for [ASEv2][quickstartasev2create].
4242

43-
If you want to make an ASE, use these Resource Manager template [ASEv2][quickstartilbasecreate] example. They cater to that use case. Most of the parameters in the *azuredeploy.parameters.json* file are common to the creation of ILB ASEs and External ASEs. The following list calls out parameters of special note, or that are unique, when you create an ILB ASE with an existing subnet.
43+
If you want to make an ASE, use this Resource Manager template [ASEv2][quickstartilbasecreate] example. Most of the parameters in the *azuredeploy.parameters.json* file are common to the creation of ILB ASEs and External ASEs. The following list calls out parameters of special note, or that's unique, when you create an ILB ASE with an existing subnet.
4444

4545
### Parameters
4646
* *aseName*: This parameter defines a unique ASE name.
@@ -106,7 +106,7 @@ The parameters in the *azuredeploy.parameters.json* file are listed here:
106106
* *existingAseLocation*: Text string containing the Azure region where the ILB ASE was deployed. For example: "South Central US".
107107
* *pfxBlobString*: The based64-encoded string representation of the .pfx file. Use the code snippet shown earlier and copy the string contained in "exportedcert.pfx.b64". Paste it in as the value of the *pfxBlobString* attribute.
108108
* *password*: The password used to secure the .pfx file.
109-
* *certificateThumbprint*: The certificate's thumbprint. If you retrieve this value from PowerShell (for example, *$certificate.Thumbprint* from the earlier code snippet), you can use the value as is. If you copy the value from the Windows certificate dialog box, remember to strip out the extraneous spaces. The *certificateThumbprint* should look something like AF3143EB61D43F6727842115BB7F17BBCECAECAE.
109+
* *certificateThumbprint*: The certificate's thumbprint. If you retrieve this value from PowerShell (for example, `$certificate.Thumbprint` from the earlier code snippet), you can use the value as is. If you copy the value from the Windows certificate dialog box, remember to strip out the extraneous spaces. The *certificateThumbprint* should look something like AF3143EB61D43F6727842115BB7F17BBCECAECAE.
110110
* *certificateName*: A friendly string identifier of your own choosing used to identity the certificate. The name is used as part of the unique Resource Manager identifier for the *Microsoft.Web/certificates* entity that represents the TLS/SSL certificate. The name *must* end with the following suffix: \_yourASENameHere_InternalLoadBalancingASE. The Azure portal uses this suffix as an indicator that the certificate is used to secure an ILB-enabled ASE.
111111

112112
An abbreviated example of *azuredeploy.parameters.json* is shown here:

0 commit comments

Comments
 (0)