Questions tagged [azure]
Microsoft Azure is a Platform as a Service and Infrastructure as a Service cloud computing platform. Use this tag for programming questions concerning Azure. General server help can be obtained at Super User or Server Fault.
2
questions with bounties
3votes
1answer
120views
+50
Maintain a distributed incremental counter in Azure cosmos DB
I am fairly new to cosmos DB and was trying to understand the increment operation that azure cosmos DB SDK provides for Java for patching a document.
I have a requirement to maintain an incremental ...
0votes
1answer
55views
+50
How to change the column order of an Azure database table in Visual Studio
I've been searching all afternoon for the way to re-order columns of an Azure database table in MS Visual Studio 2022. No luck.
In other applications columns are easily re-arranged by dragging or cut &...