Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create HA Infrastructure for an AppServices deployment #381

Open
lzieba91 opened this issue Oct 3, 2018 · 3 comments
Open

Create HA Infrastructure for an AppServices deployment #381

lzieba91 opened this issue Oct 3, 2018 · 3 comments

Comments

@lzieba91
Copy link
Contributor

lzieba91 commented Oct 3, 2018

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:
image

Do you have any idea what can cause that?

@pagariyaalok
Copy link
Contributor

  1. You need to provide FQDN endpoint e.g. \fs01.appsvc.local\websites. @pappleby64 to update the template to output FQDN
  2. 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)

@lzieba91
Copy link
Contributor Author

lzieba91 commented Oct 5, 2018

@pagariyaalok Thanks, it works! Maybe it's worth considering to add information about these warnings to the template description as well to avoid confusion?

@pagariyaalok
Copy link
Contributor

Good to know.
Yes, + @pappleby64 on your request to add details to the template description (or point to AppService documentation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants