microsoft / azure-api-management-monetization

MIT License
54 stars 30 forks source link

Blocking issues #3

Closed miaojiang closed 3 years ago

miaojiang commented 3 years ago

In README : deploy.ps1 -TenantId "" -SubscriptionId "" -ResourceGroupName "apimmonetization" -ResourceGroupLocation "uksouth" --ArtifactStorageAccountName "" => single dash, not double dash like this : -ArtifactStorageAccountName

In appservice.bicep and main.bicep : Default App Service Plan SKU is put to F1 which doesn’t allow “Always on” hosting. Had to change to P1V3 to deploy the Web App.

For some reason the deployment only works if parameters appServiceName and apimServiceName have the same value. Otherwise it fails. Didn’t have the time to investigate why.

MikeEvansLarah commented 3 years ago

These issues have been resolved.