Azure-Orbital-Analytics-Samples
Azure-Orbital-Analytics-Samples copied to clipboard
Sample solution that demonstrates how to deploy and analyze spaceborne data using Azure Synapse Analytics
How to delete Azure Synapse from cosmos db without migration of data. Currently this functionality is not available as per the documentation. https://learn.microsoft.com/en-us/azure/cosmos-db/synapse-link-frequently-asked-questions#can-i-disable-the-azure-synapse-link-feature-for-my-azure-cosmos-db-account- 
- Running system reserved library update job for spark pool: Geospatial - Create Or Update SparkComputeFailed LibraryManagement - Spark Job timed out for Geospatial in workspace geospatialanalytics in subscription
To set up a synapse workspace with the managed vnet, run 'SECURITY_ENABLED=true ./deploy/setup.sh $EnvCode $Location'
We need to add more information into troubleshooting.md in regards to review comments https://github.com/Azure/Azure-Orbital-Analytics-Samples/pull/87#discussion_r993945780 https://github.com/Azure/Azure-Orbital-Analytics-Samples/pull/87#discussion_r992670871
Updates to follow ...
To help users understand the Orbital product portfolio examples it'd be helpful to link to https://github.com/Azure/azure-orbital-integration and explain how the two do and don't work together.
The proposed sample uses a sample GeoTIFF .tif file, which is downloaded by deploy/scripts/copy_geotiff.sh script and afterwards converted to tiles. However there does not seem to be any documentation on...
Fixes https://github.com/Azure/Azure-Orbital-Analytics-Samples/issues/23
**Problem** Currently we are grant the managed-identities the contributor access on batch account. This access is very open ended and could be a security issue. **Proposed Solution** Lets make use...
We need a way to create a Synapse workspace with a managed VNET. This enables the security architecture with managed private endpoints. By design, DEP (Data Exfiltration Protection) does not...