Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168462472
D49528.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D49528.diff
View Options
diff --git a/release/Makefile.azure b/release/Makefile.azure
--- a/release/Makefile.azure
+++ b/release/Makefile.azure
@@ -1,6 +1,4 @@
#
-#
-#
# Makefile for uploading Microsoft Azure disk images.
#
@@ -18,9 +16,6 @@
SNAPSHOT_DATE!= date +-${BUILDDATE}
.endif
-START_DATE!= date -v-1d -I -u
-EXPIRY_DATE!= date -v+1m -I -u
-
azure-upload: ${AZURE_UPLOAD_TGTS}
azure-check-depends:
@@ -52,19 +47,16 @@
--account-name ${AZURE_ACCOUNT} --account-key ${AZURE_KEY} \
--container-name ${AZURE_STORAGE} --type page \
--file ${AZURE_IMG_${_FS}} --name ${AZURE_TARGET_${_FS}}.vhd
- @echo "The disk access URL with shared access signature is:"
+ @echo "The disk has been uploaded to Storage Account, use following information"
+ @echo "to create an image in Compute Gallery:"
@echo
- @echo -n https://${AZURE_ACCOUNT}.blob.core.windows.net/${AZURE_STORAGE}/${AZURE_TARGET_${_FS}}.vhd?
- @/usr/local/bin/az storage container generate-sas \
- --account-name ${AZURE_ACCOUNT} --account-key ${AZURE_KEY} \
- --name ${AZURE_STORAGE} \
- --permissions lr \
- --start ${START_DATE} \
- --expiry ${EXPIRY_DATE} | cut -d '"' -f 2
+ @echo "Storage Account name: ${AZURE_ACCOUNT}"
+ @echo "Container name: ${AZURE_STORAGE}"
+ @echo "Blob name: ${AZURE_TARGET_${_FS}}.vhd"
@echo
@echo "Please go to Microsoft Partner Center to create a new offer and publish it:"
@echo
- @echo "https://partner.microsoft.com/dashboard/commercial-marketplace/overview"
+ @echo "https://partner.microsoft.com/dashboard/marketplace-offers/overview"
@echo
@echo "After the new offer status is live, you can delete the disk file with:"
@echo
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 29, 12:51 PM (16 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37512004
Default Alt Text
D49528.diff (1 KB)
Attached To
Mode
D49528: release/azure: Update instruction of publishing to Azure Marketplace
Attached
Detach File
Event Timeline
Log In to Comment