You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update packages
* Import data From UI (#554)
* Add URL and Click Stats import functionality with CSV support
* Checks if URL is archived before redirecting. (#561) Co-authored-by: Frank Boucher
* Feature/562 url filter (#565)
* Adds vanity URL filtering to the URL manager
* Adds title filtering to URL manager
* Adds CreatedDate to ShortUrlEntity (#567)
---------
Co-authored-by: Frank
* Fix SLN file removing extra line. Update build workflow and improve Help page content
- Added a step to clean up previous builds in the GitHub Actions workflow.
- Revised Help page content to clarify tool functionality and provide links to GitHub issues and discussions.
- Simplified Home page welcome message for clarity.
---------
-@azure Rule - Use Azure Best Practices: When generating code for Azure, running terminal commands for Azure, or performing operations related to Azure, invoke your `azure_development-get_best_practices` tool if available.
The easiest way to migrate your data between account or from an ealier version of AzUrlShortener is to use the **Azure Storage Explorer** to export the data as a CSV files and then import it into the new account or version.
3
+
4
+
The easiest way to migrate your data between account or from an ealier version of AzUrlShortener is to use the **Azure Storage Explorer** to export the data as a CSV files and use the TinyBlazorAdmin to import the files .
5
+
4
6
5
7
Azure Storage Explorer is a free tool to manage your Azure cloud storage resources (aka your short URLs) from your desktop. It’s a cross-platform and can be downloaded [here](https://azure.microsoft.com/en-us/products/storage/storage-explorer/).
6
8
@@ -9,3 +11,6 @@ In the resources deployed to Azure there will be 2 storage accounts. One for the
9
11
You need to expot to CSV the following tables:
10
12
- UrlsDetails: This table contains the details of the short URLs, including the original URL, the short URL, schedules, etc.
11
13
- ClickStats: This table contains the clicks informations.
14
+
15
+
16
+
To import the data use the Import button in the Settings page.
0 commit comments