Nice video. It is so much easier to deploy than AWS Lambda functions. I had so many problems with my TS function with AWS and with Azure it looks so easy. Although this could be also because of my lack of experience working with AWS. But lack of experience isn't an excuse for Amazon. It should be easy for new devs to start using your product.
How can I hide The python source code in code + Test. I have tried to obfuscate the python script using pyarmor it runs locally but failed to execute in cloud
i want to run 3 python script 1- for scrapping 2- for embedding 3- storing the embeddding data azure blob and i wanna automate exceution process of all these scripts running every after 14 days the how can i add multiple scripts in a same function while the scrapping script contains a .crx file too .. any guidance
Same situation and doubt here. I have 5 scripts and all of them imports 1 script that have some functions (def()). How do I use this script in the others
Are you still facing the issue? Sorry I was not actively replying comments. Let me know if the problem still exists. We can even connect 1:1 on, topmate.io/codewithutkarsh
I got the same problem , have you managed to find a fix? One thing I found is that if you go into your function app -> click on one of the scripts that shows another page where you can see the actual code and then click on around the top left of the editor window (where you can see the name of the file you are working in) and check out the requirements.txt file there might be some problems that the characters you have used in your requirements.txt file show up as red boxes. You can fix this by forcing the function app deployment to be utf-8 (however this didn't fix the modulenotfounderror for me, which is why I'm asking if you found a solution)
Nicely explained. I have a python script which reads inputs from a yaml file. I want to run my script as a azure function. Where I need to upload yaml file? Any kind of guidance will be helpful. Thanks
useful video concerned about the copy and paste especially for existing projects that are in a git repo so will do some digging on that front, thanks for share.
This video was very useful. Thank you. I need a help. When I go to workspace-functions for deploying, I don't see the deploy icon. I just see Azure functions, refresh and collapse all. I have a free subscription to azure . Could that be an issue? Thanks for your help
Enable application insights for the Azure function. Ref:- learn.microsoft.com/en-us/azure/azure-functions/configure-monitoring?tabs=v2 Let's connect if you still have issue. topmate.io/codewithutkarsh
Nice video. It is so much easier to deploy than AWS Lambda functions. I had so many problems with my TS function with AWS and with Azure it looks so easy. Although this could be also because of my lack of experience working with AWS. But lack of experience isn't an excuse for Amazon. It should be easy for new devs to start using your product.
I have these excel sheets how can i attach it.
When I try to create a new Functions App appears one box with this: "No host.json file found in the current workspace."
i created the function and it says it has been successfully created but nothing appears
Super. Please More videos related to azure
Sure brother. Support like this motivates me to create more videos.
which service I need of azure?
How can I hide The python source code in code + Test. I have tried to obfuscate the python script using pyarmor it runs locally but failed to execute in cloud
i want to run 3 python script 1- for scrapping 2- for embedding 3- storing the embeddding data azure blob and i wanna automate exceution process of all these scripts running every after 14 days the how can i add multiple scripts in a same function while the scrapping script contains a .crx file too .. any guidance
Same situation and doubt here. I have 5 scripts and all of them imports 1 script that have some functions (def()). How do I use this script in the others
When I complete the first step of creating the azure function I don't see it appear in the folder under "Function App". Any tips?
Are you still facing the issue? Sorry I was not actively replying comments. Let me know if the problem still exists.
We can even connect 1:1 on, topmate.io/codewithutkarsh
you have to right click on Function App and press refresh
You are a hero
Hi, what is the environemnt IDE you are working on? Is that visual studio? How do you connect the IDE to Azure?
Yes, I have connected VS Code to Azure
I followed your instructions but when i deploy to azure it cant find the python modules that i include in the requirements file. How can i fix this?
I got the same problem , have you managed to find a fix? One thing I found is that if you go into your function app -> click on one of the scripts that shows another page where you can see the actual code and then click on around the top left of the editor window (where you can see the name of the file you are working in) and check out the requirements.txt file there might be some problems that the characters you have used in your requirements.txt file show up as red boxes. You can fix this by forcing the function app deployment to be utf-8 (however this didn't fix the modulenotfounderror for me, which is why I'm asking if you found a solution)
Nicely explained. I have a python script which reads inputs from a yaml file. I want to run my script as a azure function. Where I need to upload yaml file? Any kind of guidance will be helpful. Thanks
You can add that at the same level as __init.py.
useful video concerned about the copy and paste especially for existing projects that are in a git repo so will do some digging on that front, thanks for share.
There wasn't any sophisticated code so I avoided that. Will add those from next video.
wanted to ask if it will work on azure free 15k credit subscription??
This video was very useful. Thank you. I need a help. When I go to workspace-functions for deploying, I don't see the deploy icon. I just see Azure functions, refresh and collapse all. I have a free subscription to azure . Could that be an issue? Thanks for your help
I had the same issue. Click on azure functions, you'll see the option to deploy function app.
Thanks a lot for the video!
You are most welcome
Is there a way to doit without vscode,?
Yes, surely there is a way. Do you want to discuss more? We can connect 1:1 on, topmate.io/codewithutkarsh
is this V1 or V2 ?
Very helpful. Thx.
Glad it was helpful!
Thanks a lot!
Thanks for passing by.
Nice video, how to forward my python script logs to azure insight ?
Enable application insights for the Azure function.
Ref:- learn.microsoft.com/en-us/azure/azure-functions/configure-monitoring?tabs=v2
Let's connect if you still have issue.
topmate.io/codewithutkarsh
ótimo vídeo me ajudou muito !!
Estou feliz que você tenha gostado.
In five minutes after (off screen) spending half an hour setting up the code.
Hellooo
Do reply