Sublime Forum

How to deploy Azure serverless function in Sublime3 Python3 environment?

#1

I’m interested in deploying Azure function (server-less) in my sublime3 Python environment.

Yet, all the relevant tutorials available on Internet is based on VS Code (i.e. vscode has “Azure function” extension).

Since I’ve been using sublime for a long time, I’m thinking how to deploy Azure function on my beloved sublime, so that I can use cloud server to process my data and code.

I’d be immensely grateful to your help.

Thanks in advance.

0 Likes

#2

I’d suggest finding out how to do it from the command line. You could then write a build system for it or a plugin if you want.

0 Likes

#3

Thanks, I’ll try

For now, I’m kind of leaning to use Jupyter or VScode as I go for sever-less, which seems a lot easier.

BTW Go Blue!

0 Likes