mattmcspirit / azurestack

Azure Stack Resources
80 stars 41 forks source link

AppServicePreDeploymentSettings.json has Typo #22

Closed CRachfahl closed 6 years ago

CRachfahl commented 6 years ago

Hi Matt,

great work. I found a typo in the AppServicePreDeploymentSettings.json file. The Parameter:

"ResouceProviderPfxCertPath" -> "ResourceProviderPfxCertPath" "ResouceProviderPfxCertPassword" -> "ResourceProviderPfxCertPassword"

thanks for the great work

Carsten Rachfahl

mattmcspirit commented 6 years ago

Thanks Carsten! Now fixed! I can't believe I missed this, but I suspect it didn't get picked up for AppService 1.1, but does for 1.2. Should work now...!

CRachfahl commented 6 years ago

Hi Matt,

yes it works now!

Carsten