https://github.com/TarasKovalenko/AzVault

AzVault is a cross-platform desktop Azure Key Vault explorer

#azure #keyvault #azurekeyvault

GitHub - TarasKovalenko/AzVault: AzVault is a cross-platform desktop Azure Key Vault explorer

AzVault is a cross-platform desktop Azure Key Vault explorer - GitHub - TarasKovalenko/AzVault: AzVault is a cross-platform desktop Azure Key Vault explorer

GitHub
Implement Azure Key Vault to securely store and manage your sensitive keys, secrets, and certificates in the cloud, ensuring their confidentiality and integrity. #AzureKeyVault #KeyManagement
GPT-4oとPower Appsで食材の写真から料理とレシピを提供するアプリをサクッと作る - Qiita

はじめに昨日、Power AppsでGPT-4oを用いた画像から中身を判別するアプリを作成しました。驚きの手軽さで作れることができます。https://qiita.com/DEmodoriGa…

Qiita
Power Apps & GPT-4oを使って超高速で画像解析アプリを作る! - Qiita

GPT-4o凄すぎる!!出たときから騒ぎまくっていましたが、GPT-4oの登場で興奮しっぱなしの私です。先日こちらのQiitaの記事を拝読し、「Power Appsでやったらどうなるだろう🧐」と…

Qiita

A potential solution I explored was storing the certificate in #AzureKeyVault, but how to use it to apply a digital signature to a #xlsm file locally? I reached out to Microsoft, since both #Excel end Azure Key Vault are their products, you'd think they'd be ideally placed to encourage good security practice by providing technical steps to get their products to work together...

...yeah not so much. They'd rather just try to extract more money from you #microsoftsucks (2/2) 🧵

In my #ESPC23 session, you will learn how to use #AzureKeyVault to protect your application secrets from unauthorized access, rotation, expiration and auditing. See you there! - https://www.sharepointeurope.com/events/using-azure-key-vault-to-protect-your-application-secrets/
Using Azure Key Vault to Protect Your Application Secrets - European SharePoint, Office 365 & Azure Conference, 2023

Azure Key Vault is a cloud service that provides a secure and centralized way to store and manage your application secrets,

European SharePoint, Office 365 & Azure Conference, 2023
Well, that fell flat - posting the preview link instead of the real thing!
https://asoftman.hashnode.dev/can-you-keep-a-secret #powershell #azure #azurekeyvault #certificates
Can you Keep a Secret?

I was going to write that blog entry on using REST from powershell, as well as Alternate Data Streams on NTFS. And I still will, but to make the journey more coherent, I want to look at keeping secrets first. I'm on my third iteration of a mechanism ...

Powell 'Shell
Can you keep a secret? My blog post on using Azure Key Vault to manage secrets for powershell automations:
https://asoftman.hashnode.dev/can-you-keep-a-secret
#powershell #azure #azurekeyvault #certificates
Can you Keep a Secret?

I was going to write that blog entry on using REST from powershell, as well as Alternate Data Streams on NTFS. And I still will, but to make the journey more coherent, I want to look at keeping secrets first. I'm on my third iteration of a mechanism ...

Powell 'Shell
Microsoft Sentinels REST API based data connectors often require the use of secrets and keys that customers wish to store securely in an Azure Key Vault for effective management. Integrating with Azure Key Vault is a three step process involving assigning the correct permissions and creating the required secrets. https://techcommunity.microsoft.com/t5/microsoft-sentinel-blog/switching-to-key-vault-secrets-usage-for-function-app-based/ba-p/3707181 #AzureKeyVault #MicrosoftSentinel #DataConnectors
Switching to Key Vault Secrets usage for Function App based Microsoft Sentinel Data Connectors

Overview  Microsoft Sentinel’s REST – API based data connectors a lot of times use secrets and keys that customers would prefer to keep secured in a vault from where they can effectively manage (retrieve, update, delete, manage access, etc.) these secrets and keys. In this article, we’ll talk about ...

TECHCOMMUNITY.MICROSOFT.COM
Usar secretos con Dapr - return(GiS);

El siguiente punto que creo que es importante investigar, en mi serie de artículos sobre Dapr, es el uso de secretos. Como sabes, estos pueden estar almacenados en un simple archivo de texto plano (en entornos de desarrollo) o incluso en servicios externos en proveedores cloud. Lo guay es que con Dapr tu aplicación se abstraerá de donde están tus secretos, y en este artículo... Leer más

return(GiS);