How to connect Azure Table storage to Azure static web app?

Learning Account 20 Reputation points
2024-09-20T08:18:46.62+00:00

I see only an option to connect a database to Azure static web app, but not a simple table storage.

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
921 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 21,506 Reputation points
    2024-09-23T08:40:33.7866667+00:00

    @Learning Account Thanks for asking question, It seems you want to connect to Azure Table storage- You may want to know that the Azure Static Web Apps database connection feature allows you to access a database from your static web app without writing custom server-side code and as mentioned in the doc the Supported databases as in below table shows support for different relational and NoSQL databases.

    Name Type Description REST GraphQL
    Azure Cosmos DB Standard Globally distributed database platform for both NoSQL and relational databases of any scale. In addition to the standard configuration, a gql schema file is required for GraphQL endpoints.
    Azure SQL Standard Family of managed, secure, and intelligent products that use the SQL Server database engine in the Azure cloud.
    Azure Database for MySQL Flex Relational database service in the Microsoft cloud based on the MySQL Community Edition
    Azure Database for PostgreSQL Flex Fully managed PostgreSQL database-as-a-service that handles mission-critical workloads with predictable performance and dynamic scalability.
    Azure Database for PostgreSQL (single) Single Fully managed PostgreSQL database.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.