Hello @Sujatha Erepalli (Brillio LLC) ,
welcome to this moderated Azure community forum.
It's not clear to me what 'PII' data is but in general the same deletion flow is applicable to all tables.
Please check the documentation regarding the soft delete policy object.
Soft deleted data is recoverable for a limited period:
If set to
Enabled
, the data will be recoverable for 14 days after it's been soft-deleted.
The SoftDeletePeriod defaults to '100 years' but it's related to the retention time of the table which is normally tied to the database retention time.
You can check the retention time yourself eg.:
.show table Table1 policy retention
The documentation also comes with several examples.
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.