diff --git a/0_Azure/_industry-specific/0_Healthcare/demos/1_HDAP_DataRelated.md b/0_Azure/_industry-specific/0_Healthcare/demos/1_HDAP_DataRelated.md
new file mode 100644
index 000000000..f966a4770
--- /dev/null
+++ b/0_Azure/_industry-specific/0_Healthcare/demos/1_HDAP_DataRelated.md
@@ -0,0 +1,97 @@
+# HDAP Azure Data resources related - Overview
+
+> Housing and Disability Advocacy Program (HDAP)
+
+Costa Rica
+
+[](https://github.com/)
+[brown9804](https://github.com/brown9804)
+
+Last updated: 2025-03-23
+
+------------------------------------------
+
+List of References (Click to expand)
+
+- [About keys - Key Vault](https://learn.microsoft.com/en-us/azure/key-vault/keys/about-keys)
+- [Key types, algorithms, and operations - Key Vault](https://learn.microsoft.com/en-us/azure/key-vault/keys/about-keys-details)
+- [Choose an Azure compute service](https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree)
+- [Introduction to Azure Blob Storage](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blobs-introduction)
+- [Architecture best practices for Azure Blob Storage](https://learn.microsoft.com/en-us/azure/well-architected/service-guides/azure-blob-storage)
+- [SSH File Transfer Protocol (SFTP) support for Azure Blob Storage](https://learn.microsoft.com/en-us/azure/storage/blobs/secure-file-transfer-protocol-support)
+- [Choose an Azure compute service](https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree)
+- [Pricing calculator](https://azure.microsoft.com/en-us/pricing/calculator/?msockid=38ec3806873362243e122ce086486339)
+
+
- RSA keys can be up to 4096 bits.
- EC keys support various curves like P-256, P-384, and P-521.
- Keys can be software-protected or HSM (Hardware Security Module)-protected.
- Managed HSMs provide single-tenant, highly available HSMs for storing high-value keys. |
+| **Secrets Management** | - Securely stores secrets like passwords and connection strings.
- Uses Azure Active Directory (AAD) for authentication.
- Role-based access control (RBAC) to manage permissions. |
+| **Certificates Management** | - Automates the creation, import, renewal, and deletion of certificates.
- Integrates with Azure services and third-party certificate authorities. |
+| **Monitoring and Logging** | - Provides detailed logs of key and secret usage.
- Configurable alerts for monitoring access and usage. |
+
+## Blob Storage
+
+> **Azure Blob Storage** is an object storage solution optimized for storing large amounts of unstructured data.
+
+| Feature | Description |
+|---------|-------------|
+| **Storage Tiers** | - Hot Tier for frequently accessed data.
- Cool Tier for infrequently accessed data.
- Archive Tier for rarely accessed data. |
+| **Data Access** | - Supports HTTP/HTTPS (Hypertext Transfer Protocol/Secure).
- REST (Representational State Transfer) APIs.
- Azure SDKs (Software Development Kits).
- Tools like AzCopy. |
+| **SFTP (SSH File Transfer Protocol) Support** | - Allows secure file transfers using the SSH File Transfer Protocol (SFTP). |
+| **Scalability and Performance** | - Provides redundancy options like LRS (Locally Redundant Storage), ZRS (Zone Redundant Storage), and GRS (Geo-Redundant Storage).
- Optimized for high throughput and low latency. |
+| **Security** | - Data is encrypted at rest and in transit.
- Uses Azure Active Directory (AAD) and shared access signatures (SAS) for fine-grained access control. |
+
+> Steps to configure it:
+
+
+
+
+
+## Azure SFTP Server
+
+> **Azure Blob Storage** now supports SFTP (SSH File Transfer Protocol), enabling secure file transfers to and from Blob Storage.
+
+
+ https://github.com/user-attachments/assets/375690b5-108f-4f85-ad9c-915ef7c40684
+
+| Feature | Description |
+|---------|-------------|
+| **Hierarchical Namespace** | - Organizes objects into a hierarchy of directories and subdirectories, similar to a traditional file system.
- Scales linearly without degrading performance. |
+| **Authentication** | - Uses local user identities for authentication.
- Users can authenticate using passwords or SSH (Secure Shell) private key credentials.
- Local users can be authorized to access specific containers and directories within Blob Storage. |
+| **Configuration** | - SFTP support can be enabled with a single click in the Azure portal.
- Requires a standard general-purpose v2 or premium block blob storage account with hierarchical namespace enabled.
- Provides REST APIs and Azure CLI (Command-Line Interface) commands for managing local users and permissions. |
+| **Security** | - SFTP uses port 22 for secure file transfers.
- If SFTP access is not configured, all requests will receive a disconnect from the service.
- Provides logging and monitoring capabilities to track SFTP access and usage. |
+
+## Compute Services with File Server
+
+> **Azure Compute Services** provide virtual machines (VMs) and other compute resources to host applications and services.
+
+
+
+