Skip to content

Commit 4b29abd

Browse files
authored
Update articles/application-gateway/migrate-v1-v2.md
1 parent 98da355 commit 4b29abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/application-gateway/migrate-v1-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The legacy script takes below parameters:
159159
You can pass in `$mySslCert1, $mySslCert2` (comma-separated) in the previous example as values for this parameter in the script.
160160

161161
* **sslCertificates from Keyvault: Optional**. You can download the certificates stored in Azure Key Vault and pass it to migration script. To download the certificate as a PFX file, run following command.
162-
These comma nds access SecretId, and then save the content as a PFX file.
162+
These commands access SecretId, and then save the content as a PFX file.
163163
```azurepowershell
164164
$vaultName = ConvertTo-SecureString <kv-name> -AsPlainText -Force
165165
$certificateName = ConvertTo-SecureString <cert-name> -AsPlainText -Force

0 commit comments

Comments
 (0)