Skip to content

Instantly share code, notes, and snippets.

@mikaelkrief
Last active January 9, 2024 17:56
Show Gist options
  • Save mikaelkrief/ec74802d776d004c65a0c39cf2f20839 to your computer and use it in GitHub Desktop.
Save mikaelkrief/ec74802d776d004c65a0c39cf2f20839 to your computer and use it in GitHub Desktop.
ASO Azure file Share
apiVersion: resources.azure.com/v1api20200601
kind: ResourceGroup
metadata:
name: rg-app
namespace: myapp
spec:
location: eastus
apiVersion: storage.azure.com/v1api20230101
kind: StorageAccountsFileService
metadata:
name: nginxstoragefile
namespace: myapp
spec:
owner:
name: strnginx02012024
---
apiVersion: storage.azure.com/v1api20230101
kind: StorageAccountsFileServicesShare
metadata:
name: share-nginx
namespace: myapp
spec:
owner:
name: nginxstoragefile
apiVersion: storage.azure.com/v1api20230101
kind: StorageAccount
metadata:
name: strnginx02012024
namespace: myapp
spec:
location: eastus
sku:
name: Standard_LRS
kind: StorageV2
owner:
name: rg-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment