Alexandre Nedelectechwatching.hashnode.dev·Feb 19, 2024Using dependency injection with Azure .NET SDKI love how the Azure SDKs have evolved over the years. In the past, there was no consistency between the various Azure SDKs. However, that's not longer the case (at least for most Azure libraries), as they now adhere to the same principles and follow...DiscussAzure
Bilge Pamukcubilge.hashnode.dev·Oct 23, 2023Accessing Azure Key Vault with Python ApplicationAzure Key Vault is a secret management solution for storing and accessing encrypted secrets such as API keys, passwords, certificates, and so on. Key Vault also offers various hardware security-related modules but these are beyond the scope of this d...Discuss·1 like·30 readsCloudAzure
Bilge Pamukcubilge.hashnode.dev·Oct 23, 2023Practicing Azure Cosmos DB with Azure SDKAzure Cosmos DB is a managed NoSQL and distributed relational database designed for modern highly responsive app development. It offers real-time data access with low read and write latencies across multiple regions. It's also known for its high elas...Discuss·1 like·38 readsCloudCosmosDB
Bilge Pamukcubilge.hashnode.dev·Oct 22, 2023Using Azure SDK for Blob StorageIn this blog post, I'll demonstrate a use-case scenario for Azure Blob Storage by using the Azure SDK with Python. While I'm not a deep expert in Python, I enjoy practicing it in small, non-corporate scenarios. The scenario begins with creating a Pyt...Discuss·10 likes·37 readsCloudAzure