Remove directory
article thumbnail

Deploying Grafana to Azure App Service with Terraform (and Active Directory integration)

Xebia

After your providers are configured, we can initialize the working directory. One more prerequisite is to provision Storage Account with a share for Grafana to store its data in. The post Deploying Grafana to Azure App Service with Terraform (and Active Directory integration) appeared first on Xebia. terraform init.

Azure 130
article thumbnail

How to export Sql Server tables to Cloud Storage

Xebia

The table data, finally, is copied to Cloud Storage for further usage. ubuntu-20.04' entrypoint: pwsh args: - '-nologo' - '-l' - '-c' - > New-Item -Path /workspace -Name "export" -ItemType "directory" Write-Host "Installing SqlServer module."

Storage 130
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Managing Storage in Kubernetes

Linux Academy

This temporary nature would have us assume that storage would be difficult to manage. Kubernetes allows you to natively create and manage storage decoupled from pods. In order to provide storage to our pods, we have to place the disk in the same region as our cluster. Delete the Pod to Demonstrate Persistent Storage.

Storage 107
article thumbnail

Access control for Azure ADLS cloud object storage

Cloudera

introduces fine-grained authorization for access to Azure Data Lake Storage using Apache Ranger policies. Cloudera and Microsoft have been working together closely on this integration, which greatly simplifies the security administration of access to ADLS-Gen2 cloud storage. Use case #1: authorize users to access their home directory.

Storage 74
article thumbnail

Managing Storage in Kubernetes

Linux Academy

This temporary nature would have us assume that storage would be difficult to manage. Kubernetes allows you to natively create and manage storage decoupled from pods. In order to provide storage to our pods, we have to place the disk in the same region as our cluster. Delete the Pod to Demonstrate Persistent Storage.

Storage 81
article thumbnail

Managing Storage in Kubernetes

Linux Academy

This temporary nature would have us assume that storage would be difficult to manage. Kubernetes allows you to natively create and manage storage decoupled from pods. In order to provide storage to our pods, we have to place the disk in the same region as our cluster. Delete the Pod to Demonstrate Persistent Storage.

Storage 60
article thumbnail

How to create and deploy a Slackbot on Google Cloud Platform in less than 5 minutes

Xebia

generate the source directory Let’s say you want to create a slackbot which generates images using Dall-e. generate the source directory Let’s say you want to create a slackbot which generates images using Dall-e. py │ ├── __main__.py Next, you need to create the application in Slack.