You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've successfully deployed this ARM template in our environment, however when trying to provide values from deployment output, I am getting following error:
Do you have any idea what can cause that?
The text was updated successfully, but these errors were encountered:
You need to provide FQDN endpoint e.g. \fs01.appsvc.local\websites. @pappleby64 to update the template to output FQDN
The warning is expected, as the machine running the installer will not have access to private endpoint. You need to deploy AppService to existing VNET (where File Server and SQL server is deployed) so AppService roles can access them. Refer https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-app-service-deploy (step 7)
@pagariyaalok Thanks, it works! Maybe it's worth considering to add information about these warnings to the template description as well to avoid confusion?
Hi,
I've successfully deployed this ARM template in our environment, however when trying to provide values from deployment output, I am getting following error:
Do you have any idea what can cause that?
The text was updated successfully, but these errors were encountered: