0

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.

ΩmegaMan
  • 29,542
  • 12
  • 100
  • 122
Meed095
  • 63
  • 7

2 Answers2

0

Did you try this? Right click on the project -> Add -> Connected Service -> Choose

  • 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