AzureStack-QuickStart-Templ.../appservice-fileserver-stand...
Bryan Lamos 65a7a15145 Update appservice-fileserver-standalone readme (#445)
* Update  appservice-fileserver-standalone readme

* Update README.md

* Update README.md
2019-08-19 16:03:58 -07:00
..
scripts Use Expand-Archive to expand ZIP if available (#423) 2019-03-01 13:01:43 -08:00
README.md Update appservice-fileserver-standalone readme (#445) 2019-08-19 16:03:58 -07:00
azuredeploy.json added domain name label (#306) 2017-10-17 11:03:23 -07:00
azuredeploy.parameters.json Remove capitalization in dnsNameForPublicIP (#310) 2017-12-14 16:54:43 -08:00
metadata.json added domain name label (#306) 2017-10-17 11:03:23 -07:00

README.md

Create a Standalone file server for App Service

This template will creates App Service standalone file server for test scenarios.

The template will return public IP of newly created standalone file server which can be used for App Service deployment on ASDK. E.g. \\publicIp\Websites OR \\fqdn\Websites

It also creates the following resources:

  • A Virtual Network
  • One Storage Account and subnet
  • One Public IP
  • One Virtual machine configured for App Service standalone file server

Notes

Standalone file server is not HA and should only be used in dev and test scenarios.

This template uses an Azure Stack Marketplace image, which must be downloaded from Azure Marketplace and made available on your Azure Stack instance:

  • The latest version of Windows Server 2016 Datacenter

Deploying from Azure Stack portal

  • Copy azuredeploy.json content to clipboard.
  • Sign in to portal.
  • Click "+ Create a resource" -> "Custom" -> "Template deployment".
  • Click "Edit template"
  • Delete existing content, paste in content from clipboard, then click "Save".
  • Click "Edit parameters" to complete any missing/incorrect parameters, then click "OK".
  • Specify the appropriate subscription and resource group settings.
  • Click "Create".