I want to add a web reference in my azure function bot project, using Visual Studio or in the Azure portal; but am unable to determine how to in either case.
Asked
Active
Viewed 423 times
0
-
Do you still need help? – Kyle Delaney Nov 15 '18 at 17:48
-
no thank you, the issue is resolved – Meed095 Nov 21 '18 at 10:53
2 Answers
0
Did you try this? Right click on the project -> Add -> Connected Service -> Choose

José Ignacio Durand
- 195
- 7
-
i work with bot function in portal azure, and they don't accept the right click on the project – Meed095 Nov 08 '18 at 13:47
-
1@Meed095 , working from Azure portal with an Azure function may not be a good idea if you want a code that is a bit complex – Nicolas R Nov 08 '18 at 15:43
-
@NicolasR , is there any methods for export my code in azure portal to Microsoft Visual Studio – Meed095 Nov 08 '18 at 17:39
-
Can't remember as I avoid Azure Function Bot. If it is like web app bot, there may be a button to download the zip of the sources from Azure Portal – Nicolas R Nov 08 '18 at 18:23
0
In your Functions Bot resource in Azure, go to Build > Download Bot source code. Then follow these instructions: https://msdn.microsoft.com/en-us/library/bb628649.aspx

Kyle Delaney
- 11,616
- 6
- 39
- 66