When Azure Runtime version update broke our app!
Our app uses Azure functions with Prompt Flow to call Azure OpenAI. After a smooth deployment almost a month ago , we woke up to… Read More »When Azure Runtime version update broke our app!
Our app uses Azure functions with Prompt Flow to call Azure OpenAI. After a smooth deployment almost a month ago , we woke up to… Read More »When Azure Runtime version update broke our app!
The Expo SDK provides access to device and system functionality such as contacts, camera, gyroscope, GPS location, and so on, in the form of packages.… Read More »Issues and Fixes in Upgrading from Expo SDK 48 to 51
One of our clients has their entire infrastructure set up in Azure, with all resources securely placed behind a virtual network. Their Function App and… Read More »Resolving Cross-VNet Database Access for an Azure Function App
Introduction Connecting Azure Data Factory (ADF) to a VNet-integrated PostgreSQL server can be tricky. One of Microsoft blogs provides a manual approach to achieve this… Read More »Automating iptables Configuration for ADF-to-PostgreSQL Connectivity Using Azure VM Custom Script Extension
Every tech team has that one baffling issue that keeps them up at night. For us, it was a problem that haunted our system every… Read More »Our Easter Bug: A Debugging Journey
Wireless technologies such as Wi-Fi and Bluetooth enable device connectivity, including smartphones and tablets. In our case, we needed to connect mobile devices with a… Read More »Using Beacon Tech- Challenges and Resolutions!
Recently realized that while we had happily implemented tracing and diagnostics in our applications , tools like Cerebrata , Azure MMC etc were just not… Read More »When Azure Diagnostics just won’t collect your data!!!
If you are using a WCF Web Role to access table storage you might come across the following error SetConfigurationSettingPublisher needs to be called before… Read More »Azure Tip:- WCF WebRole Accessing Table Storage:- SetPublisherAccess error
Before we even show you how , do note that this should be done only during testing of non-critical data which will cause no issues… Read More »💡SQL Azure tip; Firewall rules: allow all incoming IPs during testing and Development!
So you are done for the day and stop your EC2 Instance. But are you sure you want to “stop” and not “terminate” it? What’s… Read More »Do you want to Stop or Terminate your EC2 instance?? What happens to your backup??