Тема: Не переносить таблицю з локальної бази в Azure
Доброго дня. Виникла така проблема, при розміщенні проекту ASP Net Core в Azure, підключаю локальну базу, все публікується, навіть у Microsoft SQL Server можу підключитись до бази в Azure, але таблицю, яка є на локальній базі, в базу на azure не переносить, як це можна виправити?
Помилка при запуску проекту відповідна SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.)