Maxime Curioni

Results 31 comments of Maxime Curioni

I went through the docs: https://learn.microsoft.com/en-us/azure/azure-functions/functions-app-settings#valid-linuxfxversion-values I see that `Python|3.11` is indeed supported: ``` $ az functionapp list-runtimes --os linux --query "[].{stack:join(' ', [runtime, version]), LinuxFxVersion:linux_fx_version, SupportedFunctionsVersions:to_string(supported_functions_versions[])}" --output table Stack...

@v-prasadboke thank you for your message. We would definitely need assistance getting this PR moving again. Last time I tried, I wasn't able to easily follow your instructions to debug...

@v-prasadboke I just wanted to let you know that the IPinfo team had a deep-dive call with the Microsoft Sentinel team on Friday December 6, and it gave us great...

Hello @v-prasadboke, sorry for my late reply. I was OOO for the holidays. I am still working on testing our Sentinel Solution in Azure. Fortunately, I will have some time...

@v-prasadboke I was able to test the deployment of one Data Connector Azure Function to Azure with Python 3.11 without any problem. Here is what I did: ``` az group...

> Also can you share invocation logs for the same. > > Head to functions tab, click on function and you will have option for the logs. Please share a...

> Hello @AhmadMujahid2k, Can we connect on teams. my id is : [[email protected]](mailto:[email protected]) > > Or we can set up a meet for the same As a reminder, I am...

@v-prasadboke as you requested, I applied the required changes: - [`host.json`: replace Microsoft.Azure.Functions.ExtensionBundle' version "\[4.\*, 5.0.0)" " to "\[3.\*, 4.0.0)"](https://github.com/Azure/Azure-Sentinel/pull/10981/commits/eee5462854d6abf2ea3206cfc1a02ca4267176f1) - [Replace Azure function's linuxFxVersion from "Python|3.11" to "python|3.11"](https://github.com/Azure/Azure-Sentinel/pull/10981/commits/d27d88427965ba2adf9f0a9979ea51510fd356bc)

I fixed `IPinfoTest.java` in https://github.com/ipinfo/java/commit/8202b743330d75df3cbc5b5e6c6a080a43ca338f and https://github.com/ipinfo/java/commit/0c60f08cae905e8cac630d37bec20d7c55ed64bb, so that tests are passing again. @tdltdl please rebase your PR with the latest changes. Thanks!

Hello @Mallon94 , I'm picking up our Laravel library again and just found out about your PR. Sorry for the lack of response! I've just released v2.7.0 with Laravel v11...