Подружить azure function app с Docker
100 USDДана функция в ./src/main.py (queue consumer azure storage)
import json
import logging
import azure.functions as func
def main(msg: func.QueueMessage) -> None:
logging.info(
'-----Python queue trigger function processed a queue item: %s', msg.get_body().decode('utf-8')
)
try:
pass #function execution
except:
pass #error handling
finally:
pass #cleanup all files
return
Нужно:
1. Подготовить Dockerfile в ./docker/Dockerfile
2. запушить его в azure container registry (это у нас есть, от вас - запушить в свойтестовый )
3. подготовить тестовый Storage (создать queue)
4. подготовить SH скрипт для деплоя этого docker image таким образом чтобы сообщения в очереди обрабатывались задеплоеной функцией
5. подготовить дизайн-док с версией azure cli и пр чтобы воспроизвести шаги
-
2 days100 USD
1810 31 0 2 days100 USDHello, I am ready to take on the work.
Message me privately to discuss the details.
Current freelance projects in the category Python
Creation of a Human AI Assistant for Telegram groups### 1.1. Key Concept of the System The system must perform two main functions: #### 1. Client Communication Analysis The AI assistant must automatically analyze all communication in Telegram groups and understand the context of the conversation. In particular, the system… AI & Machine Learning, Python ∙ 21 hours 29 minutes back ∙ 35 proposals |
Black Ukraine (RP-project on base MTA)
1162 USD
|
Telegram automation of message distribution in chatsNeed to send messages to Telegram chats. To avoid bans. There are several hundred chats. To configure the frequency and variability of texts. Python, Bot Development ∙ 22 hours 22 minutes back ∙ 28 proposals |
Development of software with AIIt is necessary to develop software for automatic detection, capturing, and tracking of an object using a video camera and a rotating mechanism.Output data: Video camera with optics. Rotating device on two axes (azimuth/elevation angle). Servomotors controlled via Modbus… AI & Machine Learning, Python ∙ 2 days 5 hours back ∙ 17 proposals |
Automation of processes through API and PythonBelow I described the current process and the result I would like to achieve. I also attach files of the real process to better understand how it looks in reality Current process Currently, the entire process is performed manually: uploading/downloading files, transferring… AI & Machine Learning, Python ∙ 2 days 10 hours back ∙ 44 proposals |