Hello @Imran Mondal and welcome to Microsoft Q&A.
To my knowledge, Databricks does not natively support Azure Table Storage.
To write to Table Storage from Databricks, you would need to leverage one of the following:
- Python SDK
- Install Library
- Implement custom writer class
- Use REST API for Table Storage
https://learn.microsoft.com/en-us/azure/cosmos-db/table-support
https://learn.microsoft.com/en-us/azure/cosmos-db/table-storage-how-to-use-python
https://learn.microsoft.com/en-us/rest/api/storageservices/table-service-rest-api
https://learn.microsoft.com/en-us/azure/databricks/spark/latest/structured-streaming/foreach