How to use an Environment variable in an Azure Resource Management Template
问题 I have searched and read the documentation of Resource Management Template, but i couldn't find any information over Environment variables. I tried to define 2 environment variables in a variable object, but it didn't work. variables": { "mailPass": "TYUl5491", "SlackToken": "hrtu-12546233785-55454578422-56454412348-87845155121ht5621552521er55547123" } Is there any way to define environment variables in an Azure Resource Management Template and then use it for the web app or api app? 回答1: Yes